diff --git a/mozilla/dom/src/base/nsGlobalWindow.cpp b/mozilla/dom/src/base/nsGlobalWindow.cpp index e4eca054cf3..cb0ef2f5d42 100644 --- a/mozilla/dom/src/base/nsGlobalWindow.cpp +++ b/mozilla/dom/src/base/nsGlobalWindow.cpp @@ -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;