[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:33:58 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit b46aa6fded8c46e3a2ca50e99e48c7243028d9ee
Author: ggaren at apple.com <ggaren at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Dec 12 06:22:35 2009 +0000

    Windows build fix: Export some new symbols.
    
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52045 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 9ab3695..f77f378 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,11 @@
 2009-12-11  Geoffrey Garen  <ggaren at apple.com>
 
+        Windows build fix: Export some new symbols.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+
+2009-12-11  Geoffrey Garen  <ggaren at apple.com>
+
         Windows build fix: Removed some old exports.
 
         * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index e74acea..a04b3e6 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -62,6 +62,7 @@ EXPORTS
     ?classInfo at JSCell@JSC@@UBEPBUClassInfo at 2@XZ
     ?className at JSObject@JSC@@UBE?AVUString at 2@XZ
     ?collate at Collator@WTF@@QBE?AW4Result at 12@PB_WI0I at Z
+    ?collectAllGarbage at Heap@JSC@@QAEXXZ
     ?computeHash at Rep@UString at JSC@@SAIPBDH at Z
     ?computeHash at Rep@UString at JSC@@SAIPB_WH at Z
     ?configurable at PropertyDescriptor@JSC@@QBE_NXZ
@@ -114,8 +115,8 @@ EXPORTS
     ?detach at Debugger@JSC@@UAEXPAVJSGlobalObject at 2@@Z
     ?detachThread at WTF@@YAXI at Z
     ?didTimeOut at TimeoutChecker@JSC@@QAE_NPAVExecState at 2@@Z
-    ?dumpSampleData at JSGlobalData@JSC@@QAEXPAVExecState at 2@@Z
     ?doubleToStringInJavaScriptFormat at WTF@@YAXNQADPAI at Z
+    ?dumpSampleData at JSGlobalData@JSC@@QAEXPAVExecState at 2@@Z
     ?enumerable at PropertyDescriptor@JSC@@QBE_NXZ
     ?equal at Identifier@JSC@@SA_NPBURep at UString@2 at PBD@Z
     ?equal at JSC@@YA_NPBURep at UString@1 at 0@Z
@@ -199,6 +200,7 @@ EXPORTS
     ?materializePropertyMap at Structure@JSC@@AAEXXZ
     ?name at InternalFunction@JSC@@QAEABVUString at 2@PAVExecState at 2@@Z
     ?nonInlineNaN at JSC@@YANXZ
+    ?objectCount at Heap@JSC@@QBEIXZ
     ?objectProtoFuncToString at JSC@@YI?AVJSValue at 1@PAVExecState at 1@PAVJSObject at 1@V21 at ABVArgList@1@@Z
     ?parse at Parser@JSC@@AAEXPAVJSGlobalData at 2@PAHPAVUString at 2@@Z
     ?parseDateFromNullTerminatedCharacters at WTF@@YANPBD at Z

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list