]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - runtime/InitializeThreading.h
JavaScriptCore-1097.3.tar.gz
[apple/javascriptcore.git] / runtime / InitializeThreading.h
index 1a93ccb9b1a3893319cc0172573c5653dd0672c9..91301a0d8fa66eb71c57454413057851a3d6be15 100644 (file)
@@ -33,7 +33,7 @@ namespace JSC {
 
     // This function must be called from the main thread. It is safe to call it repeatedly.
     // Darwin is an exception to this rule: it is OK to call this function from any thread, even reentrantly.
-    void initializeThreading();
+    JS_EXPORT_PRIVATE void initializeThreading();
 
 }