mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 944153 - Modify setJitCompiler to return undefined. r=nbp
This commit is contained in:
parent
adacc97f9f
commit
b48162f366
@ -1131,7 +1131,7 @@ SetJitCompilerOption(JSContext *cx, unsigned argc, jsval *vp)
|
||||
|
||||
JS_SetGlobalJitCompilerOption(cx, opt, uint32_t(number));
|
||||
|
||||
args.rval().setBoolean(true);
|
||||
args.rval().setUndefined();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user