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

barraclough at apple.com barraclough at apple.com
Wed Dec 22 13:32:54 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit b7904e02cbe12c3e5a1ee47b76ce60eb135f5728
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 20 01:59:08 2010 +0000

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

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index c4a170d..3490748 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-09-19  Gavin Barraclough  <barraclough at apple.com>
 
+        Windows build fix pt 2.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+
+2010-09-19  Gavin Barraclough  <barraclough at apple.com>
+
         Windows build fix pt 1.
 
         * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index 7f4cd97..ba564f0 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -304,6 +304,7 @@ EXPORTS
     ?toBoolean at JSCell@JSC@@UBE_NPAVExecState at 2@@Z
     ?toBoolean at JSObject@JSC@@UBE_NPAVExecState at 2@@Z
     ?toBoolean at JSString@JSC@@EBE_NPAVExecState at 2@@Z
+    ?toInt32 at JSC@@YAHN at Z
     ?toInteger at JSValue@JSC@@QBENPAVExecState at 2@@Z
     ?toNumber at JSCell@JSC@@UBENPAVExecState at 2@@Z
     ?toNumber at JSObject@JSC@@UBENPAVExecState at 2@@Z

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list