Bug 645943. Initialize mLastTimerInterval correctly. r=dbaron

This commit is contained in:
Boris Zbarsky 2011-03-29 00:41:01 -04:00
Родитель 9ed6e00e1e
Коммит e2a823dfc9
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -104,7 +104,8 @@ nsRefreshDriver::nsRefreshDriver(nsPresContext *aPresContext)
: mPresContext(aPresContext),
mFrozen(false),
mThrottled(false),
mTimerIsPrecise(false)
mTimerIsPrecise(false),
mLastTimerInterval(0)
{
}