Bug 1020364. Typo to fix bustage on CLOSED TREE. r=bustage

This commit is contained in:
Hannes Verschore 2014-06-16 12:48:13 +02:00
parent 82ef1a89c1
commit c29fe47210

View File

@ -6134,7 +6134,7 @@ JS_SetParallelParsingEnabled(JSRuntime *rt, bool enabled)
}
JS_PUBLIC_API(void)
JS_SetOffthreadIonCompilation(JSRuntime *rt, bool enabled)
JS_SetOffthreadIonCompilationEnabled(JSRuntime *rt, bool enabled)
{
#ifdef JS_ION
rt->setOffthreadIonCompilationEnabled(enabled);