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

oliver at apple.com oliver at apple.com
Wed Dec 22 13:06:03 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 10a996c3b26fff2cc43ed4d79238abc612cc2ac4
Author: oliver at apple.com <oliver at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Sep 6 23:44:49 2010 +0000

    Windows build fix
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66856 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 0da9399..9a357b5 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-06  Oliver Hunt  <oliver at apple.com>
+
+        Windows build fix
+
 2010-09-05  Oliver Hunt  <oliver at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index cb9c820..ef9d46f 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -21,6 +21,7 @@ EXPORTS
     ??0Structure at JSC@@AAE at VJSValue@1 at ABVTypeInfo@1 at I@Z
     ??0ThreadCondition at WTF@@QAE at XZ
     ??0UString at JSC@@QAE at PBD@Z
+    ??0UString at JSC@@QAE at PBDI@Z
     ??0UString at JSC@@QAE at PB_WI@Z
     ??0WTFThreadData at WTF@@QAE at XZ
     ??1ClientData at JSGlobalData@JSC@@UAE at XZ
@@ -162,6 +163,7 @@ EXPORTS
     ?getOwnPropertyNames at JSObject@JSC@@UAEXPAVExecState at 2@AAVPropertyNameArray at 2@W4EnumerationMode at 2@@Z
     ?getOwnPropertyNames at JSVariableObject@JSC@@UAEXPAVExecState at 2@AAVPropertyNameArray at 2@W4EnumerationMode at 2@@Z
     ?getOwnPropertyNames at StringObject@JSC@@UAEXPAVExecState at 2@AAVPropertyNameArray at 2@W4EnumerationMode at 2@@Z
+    ?getOwnPropertySlot at JSArray@JSC@@UAE_NPAVExecState at 2@IAAVPropertySlot at 2@@Z
     ?getOwnPropertySlot at JSCell@JSC@@EAE_NPAVExecState at 2@ABVIdentifier at 2@AAVPropertySlot at 2@@Z
     ?getOwnPropertySlot at JSCell@JSC@@EAE_NPAVExecState at 2@IAAVPropertySlot at 2@@Z
     ?getOwnPropertySlot at JSObject@JSC@@UAE_NPAVExecState at 2@IAAVPropertySlot at 2@@Z

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list