[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
ggaren at apple.com
ggaren at apple.com
Wed Mar 17 18:29:12 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 716a8d724aec679c84b11ba26d71eb7a4ed93d68
Author: ggaren at apple.com <ggaren at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Mar 9 05:10:29 2010 +0000
Windows build fix: export a new symbol.
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55707 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 467387b..2d78d92 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,11 @@
2010-03-08 Geoffrey Garen <ggaren at apple.com>
+ Windows build fix: export a new symbol.
+
+ * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+
+2010-03-08 Geoffrey Garen <ggaren at apple.com>
+
Reviewed by Maciej Stachowiak.
Switching malloc implementations requires a world rebuild
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index 219bcfd..4cc5372 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -34,13 +34,13 @@ EXPORTS
??8JSC@@YA_NABVUString at 0@0 at Z
?NaN at JSC@@3NB
?UTF8String at UString@JSC@@QBE?AVCString at 2@_N at Z
+ ?add at Identifier@JSC@@SA?AV?$PassRefPtr at VUStringImpl@JSC@@@WTF@@PAVExecState at 2@PBD at Z
+ ?add at PropertyNameArray@JSC@@QAEXPAVUStringImpl at 2@@Z
?addPropertyTransition at Structure@JSC@@SA?AV?$PassRefPtr at VStructure@JSC@@@WTF@@PAV12 at ABVIdentifier@2 at IPAVJSCell@2 at AAI@Z
?addPropertyTransitionToExistingStructure at Structure@JSC@@SA?AV?$PassRefPtr at VStructure@JSC@@@WTF@@PAV12 at ABVIdentifier@2 at IPAVJSCell@2 at AAI@Z
?addPropertyWithoutTransition at Structure@JSC@@QAEIABVIdentifier at 2@IPAVJSCell at 2@@Z
?addSlowCase at Identifier@JSC@@CA?AV?$PassRefPtr at VUStringImpl@JSC@@@WTF@@PAVExecState at 2@PAVUStringImpl at 2@@Z
?addSlowCase at Identifier@JSC@@CA?AV?$PassRefPtr at VUStringImpl@JSC@@@WTF@@PAVJSGlobalData at 2@PAVUStringImpl at 2@@Z
- ?add at Identifier@JSC@@SA?AV?$PassRefPtr at VUStringImpl@JSC@@@WTF@@PAVExecState at 2@PBD at Z
- ?add at PropertyNameArray@JSC@@QAEXPAVUStringImpl at 2@@Z
?allocate at Heap@JSC@@QAEPAXI at Z
?allocatePropertyStorage at JSObject@JSC@@QAEXII at Z
?allocateStack at MarkStack@JSC@@CAPAXI at Z
@@ -120,6 +120,7 @@ EXPORTS
?evaluate at JSC@@YA?AVCompletion at 1@PAVExecState at 1@AAVScopeChain at 1@ABVSourceCode at 1@VJSValue at 1@@Z
?exclude at Profile@JSC@@QAEXPBVProfileNode at 2@@Z
?fastCalloc at WTF@@YAPAXII at Z
+ ?fastCheckConsistency at WTF@@YAXPBX at Z
?fastFree at WTF@@YAXPAX at Z
?fastMalloc at WTF@@YAPAXI at Z
?fastRealloc at WTF@@YAPAXPAXI at Z
@@ -134,6 +135,7 @@ EXPORTS
?from at UString@JSC@@SA?AV12 at N@Z
?functionGetter at PropertySlot@JSC@@ABE?AVJSValue at 2@PAVExecState at 2@@Z
?functionName at DebuggerCallFrame@JSC@@QBEPBVUString at 2@XZ
+ ?get at Structure@JSC@@QAEIPBVUStringImpl at 2@AAIAAPAVJSCell at 2@@Z
?getCallData at JSCell@JSC@@UAE?AW4CallType at 2@AATCallData at 2@@Z
?getConstructData at JSCell@JSC@@UAE?AW4ConstructType at 2@AATConstructData at 2@@Z
?getJSNumber at JSCell@JSC@@UAE?AVJSValue at 2@XZ
@@ -160,7 +162,6 @@ EXPORTS
?getString at JSCell@JSC@@QBE?AVUString at 2@PAVExecState at 2@@Z
?getString at JSCell@JSC@@QBE_NPAVExecState at 2@AAVUString at 2@@Z
?getUInt32 at JSCell@JSC@@UBE_NAAI at Z
- ?get at Structure@JSC@@QAEIPBVUStringImpl at 2@AAIAAPAVJSCell at 2@@Z
?getter at PropertyDescriptor@JSC@@QBE?AVJSValue at 2@XZ
?globalExec at JSGlobalObject@JSC@@UAEPAVExecState at 2@XZ
?globalObjectCount at Heap@JSC@@QAEIXZ
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list