Bug 539215 - Chunk long tree op queue flushes into multiple runnables in the HTML5 parser. r=bnewman.
This commit is contained in:
@@ -133,7 +133,7 @@ class nsHtml5ExecutorFlusher : public nsRunnable
|
||||
{}
|
||||
NS_IMETHODIMP Run()
|
||||
{
|
||||
mExecutor->Flush();
|
||||
mExecutor->Flush(PR_FALSE);
|
||||
return NS_OK;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user