Bug 1487113 - MOZ_RELEASE_ASSERT existing implicit assumption about alt-data Write() in ScriptLoader.cpp (r=baku)

This commit is contained in:
Luke Wagner 2019-03-04 19:38:13 -06:00
Родитель 80a840b62f
Коммит b15a5f46a8
1 изменённых файлов: 2 добавлений и 0 удалений

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

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