Title: [180617] trunk/Source/_javascript_Core
Revision
180617
Author
[email protected]
Date
2015-02-24 21:52:24 -0800 (Tue, 24 Feb 2015)

Log Message

More iOS build fix after r180602.

* heap/Heap.h: Export Heap::machineThreads().

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (180616 => 180617)


--- trunk/Source/_javascript_Core/ChangeLog	2015-02-25 05:37:25 UTC (rev 180616)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-02-25 05:52:24 UTC (rev 180617)
@@ -1,3 +1,9 @@
+2015-02-24  Alexey Proskuryakov  <[email protected]>
+
+        More iOS build fix after r180602.
+
+        * heap/Heap.h: Export Heap::machineThreads().
+
 2015-02-24  Brent Fulgham  <[email protected]>
 
         Unreviewed build fix after r180602.

Modified: trunk/Source/_javascript_Core/heap/Heap.h (180616 => 180617)


--- trunk/Source/_javascript_Core/heap/Heap.h	2015-02-25 05:37:25 UTC (rev 180616)
+++ trunk/Source/_javascript_Core/heap/Heap.h	2015-02-25 05:52:24 UTC (rev 180617)
@@ -119,7 +119,7 @@
 
     VM* vm() const { return m_vm; }
     MarkedSpace& objectSpace() { return m_objectSpace; }
-    static MachineThreads& machineThreads();
+    JS_EXPORT_PRIVATE static MachineThreads& machineThreads();
 
     const SlotVisitor& slotVisitor() const { return m_slotVisitor; }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to