Title: [214560] trunk/Source/_javascript_Core
Revision
214560
Author
mark....@apple.com
Date
2017-03-29 13:38:54 -0700 (Wed, 29 Mar 2017)

Log Message

Remove obsolete references to HeapTimer in _javascript_Core.order.
https://bugs.webkit.org/show_bug.cgi?id=170252

Reviewed by Saam Barati.

The HeapTimer was renamed to JSRunLoopTimer back in r214504.  These HeapTimer
entries are now no longer meaningful.

* _javascript_Core.order:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (214559 => 214560)


--- trunk/Source/_javascript_Core/ChangeLog	2017-03-29 20:11:26 UTC (rev 214559)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-03-29 20:38:54 UTC (rev 214560)
@@ -1,3 +1,15 @@
+2017-03-29  Mark Lam  <mark....@apple.com>
+
+        Remove obsolete references to HeapTimer in _javascript_Core.order.
+        https://bugs.webkit.org/show_bug.cgi?id=170252
+
+        Reviewed by Saam Barati.
+
+        The HeapTimer was renamed to JSRunLoopTimer back in r214504.  These HeapTimer
+        entries are now no longer meaningful.
+
+        * _javascript_Core.order:
+
 2017-03-29  JF Bastien  <jfbast...@apple.com>
 
         WebAssembly: add shell-only Memory mode helper

Modified: trunk/Source/_javascript_Core/_javascript_Core.order (214559 => 214560)


--- trunk/Source/_javascript_Core/_javascript_Core.order	2017-03-29 20:11:26 UTC (rev 214559)
+++ trunk/Source/_javascript_Core/_javascript_Core.order	2017-03-29 20:38:54 UTC (rev 214560)
@@ -198,7 +198,6 @@
 __ZN3JSC13DFGCodeBlocksC1Ev
 __ZN3JSC17JITStubRoutineSetC1Ev
 __ZN3JSC25DefaultGCActivityCallbackC1EPNS_4HeapE
-__ZN3JSC9HeapTimerC2EPNS_2VMEP11__CFRunLoop
 __ZN3JSCL13retainAPILockEPKv
 __ZN3JSC18IncrementalSweeper6createEPNS_4HeapE
 __ZN3JSC11CopiedSpace4initEv
@@ -491,7 +490,6 @@
 __ZN3WTF6String6numberEi
 __ZN3WTF22charactersToUIntStrictEPKtmPbi
 __ZN3WTFL14toIntegralTypeIjtEET_PKT0_mPbi
-__ZN3JSC9HeapTimer12timerDidFireEP16__CFRunLoopTimerPv
 __ZN3JSC4Heap16activityCallbackEv
 __ZN3JSC4Heap7sweeperEv
 __ZN3JSC14MachineThreads16addCurrentThreadEv
@@ -4509,7 +4507,6 @@
 __ZN3JSC4HeapD1Ev
 __ZN3JSC4HeapD2Ev
 __ZN3JSC18IncrementalSweeperD0Ev
-__ZN3JSC9HeapTimerD2Ev
 __ZN3JSC25DefaultGCActivityCallbackD0Ev
 __ZN3JSC17JITStubRoutineSetD1Ev
 __ZN3JSC17JITStubRoutineSetD2Ev
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to