зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1135428 - OdinMonkey: return nullptr, not false (r=warnings-as-errors CLOSED TREE)
This commit is contained in:
Родитель
6891ac942c
Коммит
ec8e32a7cb
|
@ -3012,7 +3012,7 @@ js::CloneScript(JSContext *cx, HandleObject enclosingScope, HandleFunction fun,
|
|||
if (cx->compartment() != innerFun->compartment()) {
|
||||
MOZ_ASSERT(innerFun->isAsmJSNative());
|
||||
JS_ReportError(cx, "AsmJS modules do not yet support cloning.");
|
||||
return false;
|
||||
return nullptr;
|
||||
}
|
||||
clone = innerFun;
|
||||
} else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче