[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:42:17 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 7085223a95e9a56cf3383edb66504baf7fd014ac
Author: simon.fraser at apple.com <simon.fraser at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Oct 17 20:40:29 2010 +0000

    2010-10-17  Simon Fraser  <simon.fraser at apple.com>
    
            First part of fix for Windows build failure. Will wait for the
            next set of link errors to determine the mangled forms for dtoaRoundSF
            and dtoaRoundDP.
    
            * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69929 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 9a18f2b..7e614c7 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,13 @@
 2010-10-17  Simon Fraser  <simon.fraser at apple.com>
 
+        First part of fix for Windows build failure. Will wait for the
+        next set of link errors to determine the mangled forms for dtoaRoundSF
+        and dtoaRoundDP.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+
+2010-10-17  Simon Fraser  <simon.fraser at apple.com>
+
         Reviewed by Nikolas Zimmermann.
 
         Very large and small numbers fail to round-trip through CSS
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index 4c584ec..da6479b 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -131,6 +131,7 @@ EXPORTS
     ?detach at Debugger@JSC@@UAEXPAVJSGlobalObject at 2@@Z
     ?detachThread at WTF@@YAXI at Z
     ?didTimeOut at TimeoutChecker@JSC@@QAE_NPAVExecState at 2@@Z
+    ?dtoa at WTF@@YAXQADNAA_NAAHAAI at Z
     ?dumpSampleData at JSGlobalData@JSC@@QAEXPAVExecState at 2@@Z
     ?empty at StringImpl@WTF@@SAPAV12 at XZ
     ?enumerable at PropertyDescriptor@JSC@@QBE_NXZ

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list