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


The following commit has been merged in the debian/experimental branch:
commit 7e429a0b051f86002760618591920e972f7872de
Author: barraclough at apple.com <barraclough at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 18 08:44:12 2010 +0000

    Windows build fix.
    
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
    * JavaScriptCore.xcodeproj/project.pbxproj:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65592 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index e88ba43..6579955 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -5,6 +5,13 @@
         * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
         * JavaScriptCore.xcodeproj/project.pbxproj:
 
+2010-08-18  Gavin Barraclough  <barraclough at apple.com>
+
+        Windows build fix.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+        * JavaScriptCore.xcodeproj/project.pbxproj:
+
 2010-08-17  Gavin Barraclough  <barraclough at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index 1c71109..bc4c837 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -317,6 +317,7 @@ EXPORTS
     ?toThisObject at JSObject@JSC@@UBEPAV12 at PAVExecState@2@@Z
     ?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

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list