[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.16-1409-g5afdf4d
ggaren at apple.com
ggaren at apple.com
Thu Dec 3 13:30:31 UTC 2009
The following commit has been merged in the webkit-1.1 branch:
commit f2b992ac0573b1505060a9ec69b5936032d601cb
Author: ggaren at apple.com <ggaren at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Nov 10 03:31:12 2009 +0000
Build fix: export a new symbol.
* JavaScriptCore.exp:
* JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50706 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index e626ad9..810c3ef 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,12 @@
2009-11-09 Geoffrey Garen <ggaren at apple.com>
+ Build fix: export a new symbol.
+
+ * JavaScriptCore.exp:
+ * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
+
+2009-11-09 Geoffrey Garen <ggaren at apple.com>
+
Reviewed by Sam "Home Wrecker" Weinig.
Added a tiny cache for Date parsing.
diff --git a/JavaScriptCore/JavaScriptCore.exp b/JavaScriptCore/JavaScriptCore.exp
index b36d261..30f1bbc 100644
--- a/JavaScriptCore/JavaScriptCore.exp
+++ b/JavaScriptCore/JavaScriptCore.exp
@@ -111,6 +111,7 @@ __ZN3JSC12JSGlobalData12createLeakedEv
__ZN3JSC12JSGlobalData12stopSamplingEv
__ZN3JSC12JSGlobalData13startSamplingEv
__ZN3JSC12JSGlobalData14dumpSampleDataEPNS_9ExecStateE
+__ZN3JSC12JSGlobalData14resetDateCacheEv
__ZN3JSC12JSGlobalData14sharedInstanceEv
__ZN3JSC12JSGlobalData6createEb
__ZN3JSC12JSGlobalDataD1Ev
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
index 192ced6..c7d35f7 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
@@ -1,6 +1,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
@@ -228,6 +229,7 @@ EXPORTS
?releaseStack at MarkStack@JSC@@CAXPAXI at Z
?reset at ParserArena@JSC@@QAEXXZ
?reset at TimeoutChecker@JSC@@QAEXXZ
+ ?resetDateCache at JSGlobalData@JSC@@QAEXXZ
?restoreAll at Profile@JSC@@QAEXXZ
?retrieveCaller at Interpreter@JSC@@QBE?AVJSValue at 2@PAVExecState at 2@PAVInternalFunction at 2@@Z
?retrieveLastCaller at Interpreter@JSC@@QBEXPAVExecState at 2@AAH1AAVUString at 2@AAVJSValue at 2@@Z
@@ -312,4 +314,3 @@ EXPORTS
WTFReportAssertionFailure
WTFReportAssertionFailureWithMessage
WTFReportError
-
\ No newline at end of file
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list