[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

oliver at apple.com oliver at apple.com
Thu Feb 4 21:30:31 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit c969da43fd94566b84e604adc86c7b7dba636520
Author: oliver at apple.com <oliver at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 28 05:26:54 2010 +0000

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

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 7d1a148..33491e7 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-01-27  Oliver Hunt  <oliver at apple.com>
 
+        Windows build fix.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+
+2010-01-27  Oliver Hunt  <oliver at apple.com>
+
         Reviewed by Maciej Stachowiak.
 
         MessageEvent.data should deserialize in the context of the MessageEvent's global object
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index ebcc0f8..65ba684 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -2,6 +2,7 @@ EXPORTS
     
     ??0Collator at WTF@@QAE at PBD@Z
     ??0DateInstance at JSC@@QAE at PAVExecState@1 at N@Z
+    ??0DateInstance at JSC@@QAE at PAVExecState@1 at V?$NonNullPassRefPtr at VStructure@JSC@@@WTF@@N at Z
     ??0DropAllLocks at JSLock@JSC@@QAE at W4JSLockBehavior@2@@Z
     ??0InternalFunction at JSC@@IAE at PAVJSGlobalData@1 at V?$NonNullPassRefPtr at VStructure@JSC@@@WTF@@ABVIdentifier at 1@@Z
     ??0JSArray at JSC@@QAE at V?$NonNullPassRefPtr at VStructure@JSC@@@WTF@@@Z

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list