Bug 1398985 - Remove a warning message in nsHtml5TreeOpExecutor::ContinueInterruptedParsingAsync(). r=erahm

This commit is contained in:
Alphan Chen
2017-09-25 13:45:04 +08:00
parent b262fbfedd
commit 332710816f

View File

@@ -280,7 +280,6 @@ nsHtml5TreeOpExecutor::ContinueInterruptedParsingAsync()
gBackgroundFlushList->insertBack(this);
}
if (gBackgroundFlushRunner) {
NS_WARNING("We've already scheduled a task for background list flush.");
return;
}
// Now we set up a repetitive idle scheduler for flushing background list.