// 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();
}