зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1487113 - MOZ_RELEASE_ASSERT existing implicit assumption about alt-data Write() in ScriptLoader.cpp (r=baku)
This commit is contained in:
Родитель
80a840b62f
Коммит
b15a5f46a8
|
@ -2899,6 +2899,8 @@ void ScriptLoader::EncodeRequestBytecode(JSContext* aCx,
|
|||
return;
|
||||
}
|
||||
|
||||
MOZ_RELEASE_ASSERT(aRequest->mScriptBytecode.length() == n);
|
||||
|
||||
bytecodeFailed.release();
|
||||
TRACE_FOR_TEST_NONE(aRequest->Element(), "scriptloader_bytecode_saved");
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче