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

bweinstein at apple.com bweinstein at apple.com
Wed Dec 22 14:29:40 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit aafe75c2350fe2a71e2f05a9fd9c53943b63db30
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 11 21:15:25 2010 +0000

    Build fix for Windows. Add a necessary export from r69516.
    
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69525 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 5441fc6..3b7999e 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-10-11  Brian Weinstein  <bweinstein at apple.com>
+
+        Build fix for Windows. Add a necessary export from r69516.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+
 2010-10-11  Oliver Hunt  <oliver at apple.com>
 
         Fix interpreter build -- was broken by incorrect merge.
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index ba564f0..d7859fc 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -315,6 +315,7 @@ EXPORTS
     ?toObjectSlowCase at JSValue@JSC@@ABEPAVJSObject at 2@PAVExecState at 2@@Z
     ?toPrimitive at JSCell@JSC@@UBE?AVJSValue at 2@PAVExecState at 2@W4PreferredPrimitiveType at 2@@Z
     ?toPrimitive at JSString@JSC@@EBE?AVJSValue at 2@PAVExecState at 2@W4PreferredPrimitiveType at 2@@Z
+    ?toStrictThisObject at JSObject@JSC@@UBE?AVJSValue at 2@PAVExecState at 2@@Z
     ?toString at JSCell@JSC@@UBE?AVUString at 2@PAVExecState at 2@@Z
     ?toString at JSObject@JSC@@UBE?AVUString at 2@PAVExecState at 2@@Z
     ?toString at JSString@JSC@@EBE?AVUString at 2@PAVExecState at 2@@Z

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list