Bug 539215 - Chunk long tree op queue flushes into multiple runnables in the HTML5 parser. r=bnewman.

This commit is contained in:
Henri Sivonen
2010-01-14 15:58:27 +02:00
parent e9d971468d
commit 680c5330c0
6 changed files with 138 additions and 43 deletions

View File

@@ -133,7 +133,7 @@ class nsHtml5ExecutorFlusher : public nsRunnable
{}
NS_IMETHODIMP Run()
{
mExecutor->Flush();
mExecutor->Flush(PR_FALSE);
return NS_OK;
}
};