[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75
oliver at apple.com
oliver at apple.com
Thu Oct 29 20:40:45 UTC 2009
The following commit has been merged in the webkit-1.1 branch:
commit a68ca705add25dfc4ce9a12cc5903a33ce87ce33
Author: oliver at apple.com <oliver at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Oct 7 03:16:59 2009 +0000
Windows linking fix
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49220 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 03d6b71..0bbb6f2 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,12 @@
2009-10-06 Oliver Hunt <oliver at apple.com>
+ Windows linking fix
+
+ * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+ * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def:
+
+2009-10-06 Oliver Hunt <oliver at apple.com>
+
Reviewed by NOBODY (build fix).
Windows build fix.
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index ba0431a..a3038c3 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -2,6 +2,7 @@ LIBRARY "JavaScriptCore"
EXPORTS
??0Collator at WTF@@QAE at PBD@Z
+ ??0DateInstance at JSC@@QAE at PAVExecState@1 at N@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
@@ -74,11 +75,14 @@ EXPORTS
?create at Rep@UString at JSC@@SA?AV?$PassRefPtr at URep@UString at JSC@@@WTF@@PA_WHV?$PassRefPtr at V?$CrossThreadRefCounted at V?$OwnFastMallocPtr at _W@WTF@@@WTF@@@5@@Z
?createEmptyString at SmallStrings@JSC@@AAEXPAVJSGlobalData at 2@@Z
?createInheritorID at JSObject@JSC@@AAEPAVStructure at 2@XZ
+ ?createInterruptedExecutionException at JSC@@YA?AVJSValue at 1@PAVJSGlobalData at 1@@Z
?createLeaked at JSGlobalData@JSC@@SA?AV?$PassRefPtr at VJSGlobalData@JSC@@@WTF@@XZ
+ ?createStackOverflowError at JSC@@YA?AVJSValue at 1@PAVExecState at 1@@Z
?createStructure at JSByteArray@JSC@@SA?AV?$PassRefPtr at VStructure@JSC@@@WTF@@VJSValue at 2@@Z
?createTable at HashTable@JSC@@ABEXPAVJSGlobalData at 2@@Z
?createThread at WTF@@YAIP6APAXPAX at Z0@Z
?createThread at WTF@@YAIP6APAXPAX at Z0PBD@Z
+ ?createTypeError at JSC@@YA?AVJSValue at 1@PAVExecState at 1@PBD at Z
?currentThread at WTF@@YAIXZ
?currentTime at WTF@@YANXZ
?decrement at RefCountedLeakCounter@WTF@@QAEXXZ
@@ -105,6 +109,7 @@ EXPORTS
?destroyJSGlobalObjectData at JSGlobalObject@JSC@@CAXPAX at Z
?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
?enumerable at PropertyDescriptor@JSC@@QBE_NXZ
?equal at Identifier@JSC@@SA_NPBURep at UString@2 at PBD@Z
@@ -161,6 +166,7 @@ EXPORTS
?hasTransition at Structure@JSC@@QAE_NPAURep at UString@2 at I@Z
?heap at Heap@JSC@@SAPAV12 at VJSValue@2@@Z
?increment at RefCountedLeakCounter@WTF@@QAEXXZ
+ ?info at DateInstance@JSC@@2UClassInfo at 2@B
?init at JSGlobalObject@JSC@@AAEXPAVJSObject at 2@@Z
?initializeMainThread at WTF@@YAXXZ
?initializeThreading at JSC@@YAXXZ
@@ -229,6 +235,7 @@ EXPORTS
?setEnumerable at PropertyDescriptor@JSC@@QAEX_N at Z
?setGCProtectNeedsLocking at Heap@JSC@@QAEXXZ
?setGetter at PropertyDescriptor@JSC@@QAEXVJSValue at 2@@Z
+ ?setLength at JSArray@JSC@@QAEXI at Z
?setLoc at StatementNode@JSC@@QAEXHH at Z
?setMainThreadCallbacksPaused at WTF@@YAX_N at Z
?setOrderLowerFirst at Collator@WTF@@QAEX_N at Z
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def
index 6ff5902..cb719b0 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def
@@ -2,6 +2,7 @@ LIBRARY "JavaScriptCore_debug"
EXPORTS
??0Collator at WTF@@QAE at PBD@Z
+ ??0DateInstance at JSC@@QAE at PAVExecState@1 at N@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
@@ -74,11 +75,14 @@ EXPORTS
?create at Rep@UString at JSC@@SA?AV?$PassRefPtr at URep@UString at JSC@@@WTF@@PA_WHV?$PassRefPtr at V?$CrossThreadRefCounted at V?$OwnFastMallocPtr at _W@WTF@@@WTF@@@5@@Z
?createEmptyString at SmallStrings@JSC@@AAEXPAVJSGlobalData at 2@@Z
?createInheritorID at JSObject@JSC@@AAEPAVStructure at 2@XZ
+ ?createInterruptedExecutionException at JSC@@YA?AVJSValue at 1@PAVJSGlobalData at 1@@Z
?createLeaked at JSGlobalData@JSC@@SA?AV?$PassRefPtr at VJSGlobalData@JSC@@@WTF@@XZ
+ ?createStackOverflowError at JSC@@YA?AVJSValue at 1@PAVExecState at 1@@Z
?createStructure at JSByteArray@JSC@@SA?AV?$PassRefPtr at VStructure@JSC@@@WTF@@VJSValue at 2@@Z
?createTable at HashTable@JSC@@ABEXPAVJSGlobalData at 2@@Z
?createThread at WTF@@YAIP6APAXPAX at Z0@Z
?createThread at WTF@@YAIP6APAXPAX at Z0PBD@Z
+ ?createTypeError at JSC@@YA?AVJSValue at 1@PAVExecState at 1@PBD at Z
?currentThread at WTF@@YAIXZ
?currentTime at WTF@@YANXZ
?decrement at RefCountedLeakCounter@WTF@@QAEXXZ
@@ -105,6 +109,7 @@ EXPORTS
?destroyJSGlobalObjectData at JSGlobalObject@JSC@@CAXPAX at Z
?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
?enumerable at PropertyDescriptor@JSC@@QBE_NXZ
?equal at Identifier@JSC@@SA_NPBURep at UString@2 at PBD@Z
@@ -161,6 +166,7 @@ EXPORTS
?hasTransition at Structure@JSC@@QAE_NPAURep at UString@2 at I@Z
?heap at Heap@JSC@@SAPAV12 at VJSValue@2@@Z
?increment at RefCountedLeakCounter@WTF@@QAEXXZ
+ ?info at DateInstance@JSC@@2UClassInfo at 2@B
?init at JSGlobalObject@JSC@@AAEXPAVJSObject at 2@@Z
?initializeMainThread at WTF@@YAXXZ
?initializeThreading at JSC@@YAXXZ
@@ -229,6 +235,7 @@ EXPORTS
?setEnumerable at PropertyDescriptor@JSC@@QAEX_N at Z
?setGCProtectNeedsLocking at Heap@JSC@@QAEXXZ
?setGetter at PropertyDescriptor@JSC@@QAEXVJSValue at 2@@Z
+ ?setLength at JSArray@JSC@@QAEXI at Z
?setLoc at StatementNode@JSC@@QAEXHH at Z
?setMainThreadCallbacksPaused at WTF@@YAX_N at Z
?setOrderLowerFirst at Collator@WTF@@QAEX_N at Z
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list