[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-142-g786665c

barraclough at apple.com barraclough at apple.com
Mon Dec 27 16:29:17 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 8d857b3af26d0dd3ea4fcd5d60a598a14e8372f6
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 22 05:09:09 2010 +0000

    Windows build fix.
    
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74458 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 6caf407..f8e99e3 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -6,6 +6,12 @@
 
 2010-12-21  Gavin Barraclough  <barraclough at apple.com>
 
+        Windows build fix.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+
+2010-12-21  Gavin Barraclough  <barraclough at apple.com>
+
         Speculative build fix.
 
         * jit/ExecutableAllocator.cpp:
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index eabb4da..4ddad24 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -1,3 +1,4 @@
+EXPORTS
 
     ??0CString at WTF@@QAE at PBD@Z
     ??0CString at WTF@@QAE at PBDI@Z
@@ -358,4 +359,3 @@
     WTFReportAssertionFailure
     WTFReportAssertionFailureWithMessage
     WTFReportError
-EXPORTS

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list