[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

bweinstein at apple.com bweinstein at apple.com
Thu Oct 29 20:36:32 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 0d0c7d37cde82703f9654d51034037cb93d8ab11
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 29 22:27:32 2009 +0000

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

diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index 8099d4d..ba0431a 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -105,6 +105,7 @@ EXPORTS
     ?destroyJSGlobalObjectData at JSGlobalObject@JSC@@CAXPAX at Z
     ?detach at Debugger@JSC@@UAEXPAVJSGlobalObject at 2@@Z
     ?detachThread at WTF@@YAXI 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
@@ -241,8 +242,10 @@ EXPORTS
     ?slowAppend at MarkedArgumentBuffer@JSC@@AAEXVJSValue at 2@@Z
     ?startIgnoringLeaks at Structure@JSC@@SAXXZ
     ?startProfiling at Profiler@JSC@@QAEXPAVExecState at 2@ABVUString at 2@@Z
+    ?startSampling at JSGlobalData@JSC@@QAEXXZ
     ?stopIgnoringLeaks at Structure@JSC@@SAXXZ
     ?stopProfiling at Profiler@JSC@@QAE?AV?$PassRefPtr at VProfile@JSC@@@WTF@@PAVExecState at 2@ABVUString at 2@@Z
+    ?stopSampling at JSGlobalData@JSC@@QAEXXZ
     ?strtod at WTF@@YANPBDPAPAD at Z
     ?substr at UString@JSC@@QBE?AV12 at HH@Z
     ?symbolTableGet at JSVariableObject@JSC@@IAE_NABVIdentifier at 2@AAVPropertyDescriptor at 2@@Z
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def
index b84ff93..6ff5902 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def
@@ -1,7 +1,6 @@
 LIBRARY    "JavaScriptCore_debug"
 
 EXPORTS
-    
     ??0Collator at WTF@@QAE at PBD@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
@@ -106,6 +105,7 @@ EXPORTS
     ?destroyJSGlobalObjectData at JSGlobalObject@JSC@@CAXPAX at Z
     ?detach at Debugger@JSC@@UAEXPAVJSGlobalObject at 2@@Z
     ?detachThread at WTF@@YAXI 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
@@ -242,8 +242,10 @@ EXPORTS
     ?slowAppend at MarkedArgumentBuffer@JSC@@AAEXVJSValue at 2@@Z
     ?startIgnoringLeaks at Structure@JSC@@SAXXZ
     ?startProfiling at Profiler@JSC@@QAEXPAVExecState at 2@ABVUString at 2@@Z
+    ?startSampling at JSGlobalData@JSC@@QAEXXZ
     ?stopIgnoringLeaks at Structure@JSC@@SAXXZ
     ?stopProfiling at Profiler@JSC@@QAE?AV?$PassRefPtr at VProfile@JSC@@@WTF@@PAVExecState at 2@ABVUString at 2@@Z
+    ?stopSampling at JSGlobalData@JSC@@QAEXXZ
     ?strtod at WTF@@YANPBDPAPAD at Z
     ?substr at UString@JSC@@QBE?AV12 at HH@Z
     ?symbolTableGet at JSVariableObject@JSC@@IAE_NABVIdentifier at 2@AAVPropertyDescriptor at 2@@Z

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list