Bug 944153 - Modify setJitCompiler to return undefined. r=nbp

This commit is contained in:
masaya iseki 2013-12-19 06:22:10 -08:00
Родитель 027d2b4698
Коммит d378c86c57
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
}