[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

barraclough at apple.com barraclough at apple.com
Thu Apr 8 00:17:04 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit dba2ed400ce1d1ada675ed900c28f1c80d224c80
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 4 02:53:05 2009 +0000

    Try and fix the Windows build.
    
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:  Export a symbol that should be exported.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51675 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 7b11162..a6c4f09 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-03  Gavin Barraclough  <barraclough at apple.com>
+
+        Try and fix the Windows build.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:  Export a symbol that should be exported.
+
 2009-12-03  Mark Rowe  <mrowe at apple.com>
 
         Try and fix the Mac build.
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index 706ea62..fc6f375 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -26,6 +26,7 @@ EXPORTS
     ??1JSGlobalObject at JSC@@UAE at XZ
     ??1Mutex at WTF@@QAE at XZ
     ??1RefCountedLeakCounter at WTF@@QAE at XZ
+    ??1Rope at JSString@JSC@@QAE at XZ
     ??1Structure at JSC@@QAE at XZ
     ??1ThreadCondition at WTF@@QAE at XZ
     ??2JSCell at JSC@@SAPAXIPAVExecState at 1@@Z
@@ -230,6 +231,7 @@ EXPORTS
     ?reset at ParserArena@JSC@@QAEXXZ
     ?reset at TimeoutChecker@JSC@@QAEXXZ
     ?resetDateCache at JSGlobalData@JSC@@QAEXXZ
+    ?resolveRope at JSString@JSC@@ABEXXZ
     ?restoreAll at Profile@JSC@@QAEXXZ
     ?retrieveCaller at Interpreter@JSC@@QBE?AVJSValue at 2@PAVExecState at 2@PAVInternalFunction at 2@@Z
     ?retrieveLastCaller at Interpreter@JSC@@QBEXPAVExecState at 2@AAH1AAVUString at 2@AAVJSValue at 2@@Z

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list