mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1020364. Typo to fix bustage on CLOSED TREE. r=bustage
This commit is contained in:
parent
82ef1a89c1
commit
c29fe47210
@ -6134,7 +6134,7 @@ JS_SetParallelParsingEnabled(JSRuntime *rt, bool enabled)
|
|||||||
}
|
}
|
||||||
|
|
||||||
JS_PUBLIC_API(void)
|
JS_PUBLIC_API(void)
|
||||||
JS_SetOffthreadIonCompilation(JSRuntime *rt, bool enabled)
|
JS_SetOffthreadIonCompilationEnabled(JSRuntime *rt, bool enabled)
|
||||||
{
|
{
|
||||||
#ifdef JS_ION
|
#ifdef JS_ION
|
||||||
rt->setOffthreadIonCompilationEnabled(enabled);
|
rt->setOffthreadIonCompilationEnabled(enabled);
|
||||||
|
Loading…
Reference in New Issue
Block a user