Bug 562635 - Set the initial flush timer delay to equal the subsequent delay. r=jonas.

This commit is contained in:
Henri Sivonen
2010-04-29 14:22:27 +03:00
parent 4aab22bfd4
commit 5e15c74960
2 changed files with 3 additions and 3 deletions

View File

@@ -54,8 +54,8 @@
static NS_DEFINE_CID(kCharsetAliasCID, NS_CHARSETALIAS_CID);
PRInt32 nsHtml5StreamParser::sTimerInitialDelay = 200;
PRInt32 nsHtml5StreamParser::sTimerSubsequentDelay = 100;
PRInt32 nsHtml5StreamParser::sTimerInitialDelay = 120;
PRInt32 nsHtml5StreamParser::sTimerSubsequentDelay = 120;
// static
void