[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

ggaren at apple.com ggaren at apple.com
Thu Apr 8 00:37:54 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 3284e41088a90b7f75822ab08e6c3bc2c661976f
Author: ggaren at apple.com <ggaren at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 15 23:44:37 2009 +0000

    Try to fix the windows build: don't export this inlined function.
    
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52179 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 0cfde90..283e0dd 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,11 @@
 2009-12-15  Geoffrey Garen  <ggaren at apple.com>
 
+        Try to fix the windows build: don't export this inlined function.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+
+2009-12-15  Geoffrey Garen  <ggaren at apple.com>
+
         Reviewed by Beth Dakin.
 
         Inlined JSCell's operator new.
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index a04b3e6..a5da766 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -29,7 +29,6 @@ EXPORTS
     ??1Rope at JSString@JSC@@QAE at XZ
     ??1Structure at JSC@@QAE at XZ
     ??1ThreadCondition at WTF@@QAE at XZ
-    ??2JSCell at JSC@@SAPAXIPAVExecState at 1@@Z
     ??2JSGlobalObject at JSC@@SAPAXIPAVJSGlobalData at 1@@Z
     ??4UString at JSC@@QAEAAV01 at PBD@Z
     ??8JSC@@YA_NABVUString at 0@0 at Z

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list