Bug 734015 - Try to slow down parsing of web pages in background tabs, r=hsivonen
This commit is contained in:
@@ -157,7 +157,9 @@ class nsHtml5ExecutorFlusher : public nsRunnable
|
||||
{}
|
||||
NS_IMETHODIMP Run()
|
||||
{
|
||||
mExecutor->RunFlushLoop();
|
||||
if (!mExecutor->isInList()) {
|
||||
mExecutor->RunFlushLoop();
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user