Fix for bug 153083, mozilla (nearly) hangs on rendering. Change timer mode to idle timer.

r=biesi, sr=jst, a=asa


git-svn-id: svn://10.0.0.236/trunk@126050 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ere%atp.fi
2002-07-30 06:19:17 +00:00
parent 3943991ba1
commit adc71d0979

View File

@@ -4413,7 +4413,7 @@ GlobalWindowImpl::SetTimeoutOrInterval(PRBool aIsInterval, PRInt32 *aReturn)
}
err = timeout->timer->Init(TimerCallback, timeout, (PRInt32)interval,
PR_FALSE);
PR_TRUE);
if (NS_OK != err) {
DropTimeout(timeout);
return err;