зеркало из https://github.com/mozilla/gecko-dev.git
Bug 944153 - Modify setJitCompiler to return undefined. r=nbp
This commit is contained in:
Родитель
027d2b4698
Коммит
d378c86c57
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче