X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/81345200c95645a1b0d2635520f96ad55dfde63f..ed1e77d3adeb83d26fd1dfb16dd84cabdcefd250:/runtime/InitializeThreading.h diff --git a/runtime/InitializeThreading.h b/runtime/InitializeThreading.h index b05ce41..39845c2 100644 --- a/runtime/InitializeThreading.h +++ b/runtime/InitializeThreading.h @@ -31,9 +31,9 @@ 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. - JS_EXPORT_PRIVATE void initializeThreading(); +// 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. +JS_EXPORT_PRIVATE void initializeThreading(); }