Title: [157655] trunk/Source/_javascript_Core
Revision
157655
Author
[email protected]
Date
2013-10-18 17:05:51 -0700 (Fri, 18 Oct 2013)

Log Message

[iOS] Export symbol for VM::sharedInstanceExists()
https://bugs.webkit.org/show_bug.cgi?id=123046

Reviewed by Mark Hahnenberg.

* runtime/VM.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (157654 => 157655)


--- trunk/Source/_javascript_Core/ChangeLog	2013-10-18 23:57:24 UTC (rev 157654)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-10-19 00:05:51 UTC (rev 157655)
@@ -1,5 +1,14 @@
 2013-10-18  Daniel Bates  <[email protected]>
 
+        [iOS] Export symbol for VM::sharedInstanceExists()
+        https://bugs.webkit.org/show_bug.cgi?id=123046
+
+        Reviewed by Mark Hahnenberg.
+
+        * runtime/VM.h:
+
+2013-10-18  Daniel Bates  <[email protected]>
+
         [iOS] Upstream WebSafe{GCActivityCallback, IncrementalSweeper}IOS
         https://bugs.webkit.org/show_bug.cgi?id=123049
 

Modified: trunk/Source/_javascript_Core/runtime/VM.h (157654 => 157655)


--- trunk/Source/_javascript_Core/runtime/VM.h	2013-10-18 23:57:24 UTC (rev 157654)
+++ trunk/Source/_javascript_Core/runtime/VM.h	2013-10-19 00:05:51 UTC (rev 157655)
@@ -186,7 +186,7 @@
 
         bool isSharedInstance() { return vmType == APIShared; }
         bool usingAPI() { return vmType != Default; }
-        static bool sharedInstanceExists();
+        JS_EXPORT_PRIVATE static bool sharedInstanceExists();
         JS_EXPORT_PRIVATE static VM& sharedInstance();
 
         JS_EXPORT_PRIVATE static PassRefPtr<VM> create(HeapType = SmallHeap);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to