[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
ggaren at apple.com
ggaren at apple.com
Tue Jan 5 23:50:32 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit d3802a5c8ddc31d14b8d042f059fbede8d265852
Author: ggaren at apple.com <ggaren at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Dec 15 23:44:37 2009 +0000
Try to fix the windows build: don't export this inlined function.
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52179 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 0cfde90..283e0dd 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,11 @@
2009-12-15 Geoffrey Garen <ggaren at apple.com>
+ Try to fix the windows build: don't export this inlined function.
+
+ * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+
+2009-12-15 Geoffrey Garen <ggaren at apple.com>
+
Reviewed by Beth Dakin.
Inlined JSCell's operator new.
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index a04b3e6..a5da766 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -29,7 +29,6 @@ EXPORTS
??1Rope at JSString@JSC@@QAE at XZ
??1Structure at JSC@@QAE at XZ
??1ThreadCondition at WTF@@QAE at XZ
- ??2JSCell at JSC@@SAPAXIPAVExecState at 1@@Z
??2JSGlobalObject at JSC@@SAPAXIPAVJSGlobalData at 1@@Z
??4UString at JSC@@QAEAAV01 at PBD@Z
??8JSC@@YA_NABVUString at 0@0 at Z
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list