Bug 1801862 - Remove the pref to run the HTML parser on the main thread. r=edgar
Differential Revision: https://phabricator.services.mozilla.com/D162723
This commit is contained in:
@@ -234,7 +234,7 @@ nsHtml5StreamParser::nsHtml5StreamParser(nsHtml5TreeOpExecutor* aExecutor,
|
||||
mNumBytesBuffered(0),
|
||||
mTerminated(false),
|
||||
mInterrupted(false),
|
||||
mEventTarget(nsHtml5Module::GetStreamParserThread()->SerialEventTarget()),
|
||||
mEventTarget(nsHtml5Module::GetStreamParserEventTarget()),
|
||||
mExecutorFlusher(new nsHtml5ExecutorFlusher(aExecutor)),
|
||||
mLoadFlusher(new nsHtml5LoadFlusher(aExecutor)),
|
||||
mInitialEncodingWasFromParentFrame(false),
|
||||
|
||||
Reference in New Issue
Block a user