зеркало из https://github.com/mozilla/pjs.git
Bug 645943. Initialize mLastTimerInterval correctly. r=dbaron
This commit is contained in:
Родитель
9ed6e00e1e
Коммит
e2a823dfc9
|
@ -104,7 +104,8 @@ nsRefreshDriver::nsRefreshDriver(nsPresContext *aPresContext)
|
|||
: mPresContext(aPresContext),
|
||||
mFrozen(false),
|
||||
mThrottled(false),
|
||||
mTimerIsPrecise(false)
|
||||
mTimerIsPrecise(false),
|
||||
mLastTimerInterval(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче