summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/runtime/InitializeThreading.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/runtime/InitializeThreading.h')
-rw-r--r--Source/JavaScriptCore/runtime/InitializeThreading.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/runtime/InitializeThreading.h b/Source/JavaScriptCore/runtime/InitializeThreading.h
index 1a93ccb9b..91301a0d8 100644
--- a/Source/JavaScriptCore/runtime/InitializeThreading.h
+++ b/Source/JavaScriptCore/runtime/InitializeThreading.h
@@ -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();
}