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


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

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

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index fb44946..c4a170d 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-09-19  Gavin Barraclough  <barraclough at apple.com>
 
+        Windows build fix pt 1.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+
+2010-09-19  Gavin Barraclough  <barraclough at apple.com>
+
         Build fix - implicit double-to-int conversion invalid on 32-bit.
 
         * runtime/DatePrototype.cpp:
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index 6d9fe40..7f4cd97 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -304,7 +304,6 @@ 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
-    ?toInt32SlowCase at JSC@@YAHNAA_N 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
@@ -323,7 +322,6 @@ EXPORTS
     ?toThisObject at JSString@JSC@@EBEPAVJSObject at 2@PAVExecState at 2@@Z
     ?toThisObjectSlowCase at JSValue@JSC@@ABEPAVJSObject at 2@PAVExecState at 2@@Z
     ?toUInt32 at Identifier@JSC@@SAIABVUString at 2@AA_N at Z
-    ?toUInt32SlowCase at JSC@@YAINAA_N at Z
     ?tryFastCalloc at WTF@@YA?AUTryMallocReturnValue at 1@II at Z
     ?tryFastMalloc at WTF@@YA?AUTryMallocReturnValue at 1@I at Z
     ?tryLock at Mutex@WTF@@QAE_NXZ

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list