[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

ggaren at apple.com ggaren at apple.com
Wed Dec 22 17:53:30 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 97b585d4650e9c0afb3c7086a1fb3c94c3128a67
Author: ggaren at apple.com <ggaren at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 2 03:01:03 2010 +0000

    Try to fix Windows build: export some more symbols.
    
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73099 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index f6166db..ca8b452 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-12-01  Geoffrey Garen  <ggaren at apple.com>
 
+        Try to fix Windows build: export some more symbols.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+
+2010-12-01  Geoffrey Garen  <ggaren at apple.com>
+
         Try to fix the Qt Linux build.
 
         * wtf/wtf.pri: Use the POSIX OSAllocator for Qt Linux.
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index 42ac7f1..1bc488f 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -58,9 +58,9 @@ EXPORTS
     ?attach at Debugger@JSC@@QAEXPAVJSGlobalObject at 2@@Z
     ?broadcast at ThreadCondition@WTF@@QAEXXZ
     ?bufferLengthForStringDecimal at DecimalNumber@WTF@@QBEIXZ
-    ?calculatedFunctionName at DebuggerCallFrame@JSC@@QBE?AVUString at 2@XZ
-    ?calculateUTCOffset at WTF@@YAHXZ
     ?calculateDSTOffset at WTF@@YANNN at Z
+    ?calculateUTCOffset at WTF@@YAHXZ
+    ?calculatedFunctionName at DebuggerCallFrame@JSC@@QBE?AVUString at 2@XZ
     ?call at JSC@@YA?AVJSValue at 1@PAVExecState at 1@V21 at W4CallType@1 at ABTCallData@1 at 1ABVArgList@1@@Z
     ?callOnMainThread at WTF@@YAXP6AXPAX at Z0@Z
     ?callOnMainThreadAndWait at WTF@@YAXP6AXPAX at Z0@Z
@@ -263,7 +263,9 @@ EXPORTS
     ?recompileAllJSFunctions at Debugger@JSC@@QAEXPAVJSGlobalData at 2@@Z
     ?recordExtraCost at Heap@JSC@@AAEXI at Z
     ?reifyString at StringBuilder@WTF@@AAEXXZ
+    ?release at OSAllocator@WTF@@SAXPAXI at Z
     ?releaseStack at MarkStack@JSC@@CAXPAXI at Z
+    ?reserveAndCommit at OSAllocator@WTF@@SAPAXI at Z
     ?reset at ParserArena@JSC@@QAEXXZ
     ?reset at TimeoutChecker@JSC@@QAEXXZ
     ?resetDateCache at JSGlobalData@JSC@@QAEXXZ
@@ -324,10 +326,10 @@ EXPORTS
     ?toPrimitive at JSCell@JSC@@UBE?AVJSValue at 2@PAVExecState at 2@W4PreferredPrimitiveType at 2@@Z
     ?toPrimitive at JSString@JSC@@EBE?AVJSValue at 2@PAVExecState at 2@W4PreferredPrimitiveType at 2@@Z
     ?toStrictThisObject at JSObject@JSC@@UBE?AVJSValue at 2@PAVExecState at 2@@Z
-    ?toStringDecimal at DecimalNumber@WTF@@QBEIPA_WI at Z
     ?toString at JSCell@JSC@@UBE?AVUString at 2@PAVExecState at 2@@Z
     ?toString at JSObject@JSC@@UBE?AVUString at 2@PAVExecState at 2@@Z
     ?toString at JSString@JSC@@EBE?AVUString at 2@PAVExecState at 2@@Z
+    ?toStringDecimal at DecimalNumber@WTF@@QBEIPA_WI at Z
     ?toThisObject at JSCell@JSC@@UBEPAVJSObject at 2@PAVExecState at 2@@Z
     ?toThisObject at JSObject@JSC@@UBEPAV12 at PAVExecState@2@@Z
     ?toThisObject at JSString@JSC@@EBEPAVJSObject at 2@PAVExecState at 2@@Z

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list