[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:42:44 UTC 2009
The following commit has been merged in the webkit-1.1 branch:
commit ec4c8bbeb892dc19b3bdf6352cdb96afe844be33
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Sat Oct 10 00:53:21 2009 +0000
Try to fix Windows build by adding needed exports.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49412 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index 60be9cf..320af81 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -11,6 +11,7 @@ EXPORTS
??0JSFunction at JSC@@QAE at PAVExecState@1 at V?$NonNullPassRefPtr at VStructure@JSC@@@WTF@@HABVIdentifier at 1@P6I?AVJSValue at 1@0PAVJSObject at 1@V61 at ABVArgList@1@@Z at Z
??0Mutex at WTF@@QAE at XZ
??0PrototypeFunction at JSC@@QAE at PAVExecState@1 at HABVIdentifier@1 at P6I?AVJSValue at 1@0PAVJSObject at 1@V41 at ABVArgList@1@@Z at Z
+ ??0PrototypeFunction at JSC@@QAE at PAVExecState@1 at V?$NonNullPassRefPtr at VStructure@JSC@@@WTF@@HABVIdentifier at 1@P6I?AVJSValue at 1@0PAVJSObject at 1@V61 at ABVArgList@1@@Z at Z
??0RefCountedLeakCounter at WTF@@QAE at PBD@Z
??0StringObject at JSC@@QAE at PAVExecState@1 at V?$NonNullPassRefPtr at VStructure@JSC@@@WTF@@ABVUString at 1@@Z
??0Structure at JSC@@AAE at VJSValue@1 at ABVTypeInfo@1@@Z
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def
index 04d00a9..6779eaf 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def
@@ -11,6 +11,7 @@ EXPORTS
??0JSFunction at JSC@@QAE at PAVExecState@1 at V?$NonNullPassRefPtr at VStructure@JSC@@@WTF@@HABVIdentifier at 1@P6I?AVJSValue at 1@0PAVJSObject at 1@V61 at ABVArgList@1@@Z at Z
??0Mutex at WTF@@QAE at XZ
??0PrototypeFunction at JSC@@QAE at PAVExecState@1 at HABVIdentifier@1 at P6I?AVJSValue at 1@0PAVJSObject at 1@V41 at ABVArgList@1@@Z at Z
+ ??0PrototypeFunction at JSC@@QAE at PAVExecState@1 at V?$NonNullPassRefPtr at VStructure@JSC@@@WTF@@HABVIdentifier at 1@P6I?AVJSValue at 1@0PAVJSObject at 1@V61 at ABVArgList@1@@Z at Z
??0RefCountedLeakCounter at WTF@@QAE at PBD@Z
??0StringObject at JSC@@QAE at PAVExecState@1 at V?$NonNullPassRefPtr at VStructure@JSC@@@WTF@@ABVUString at 1@@Z
??0Structure at JSC@@AAE at VJSValue@1 at ABVTypeInfo@1@@Z
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list