Bug 1929227 - Restore bytecode handling r=mgaudet
It was accidentally removed in 7b334fe58713. Differential Revision: https://phabricator.services.mozilla.com/D228190
This commit is contained in:
@@ -2912,7 +2912,7 @@ void ScriptLoader::InstantiateClassicScriptFromMaybeEncodedSource(
|
||||
bool unused;
|
||||
InstantiateStencil(aCx, aCompileOptions, std::move(stencil), aScript,
|
||||
unused, aDebuggerPrivateValue,
|
||||
aDebuggerIntroductionScript, erv);
|
||||
aDebuggerIntroductionScript, erv, encodeBytecode);
|
||||
}
|
||||
|
||||
mMainThreadParseTime += TimeStamp::Now() - startTime;
|
||||
|
||||
Reference in New Issue
Block a user