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

simon.fraser at apple.com simon.fraser at apple.com
Wed Dec 22 14:48:54 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 4b8c7fdfa382f4004832cd1ec340caeaa0d57439
Author: simon.fraser at apple.com <simon.fraser at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 21 01:28:58 2010 +0000

    2010-10-20  Simon Fraser  <simon.fraser at apple.com>
    
            Fix Windows build: export needed symbols.
    
            * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70200 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 7773d7c..a34976a 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-20  Simon Fraser  <simon.fraser at apple.com>
+
+        Fix Windows build: export needed symbols.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+
 2010-10-19  Simon Fraser  <simon.fraser at apple.com>
 
         Reviewed by Gavin Barraclough.
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index da6479b..779b0bc 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -57,6 +57,7 @@ EXPORTS
     ?ascii at UString@JSC@@QBE?AVCString at WTF@@XZ
     ?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
     ?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
@@ -320,6 +321,7 @@ 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

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list