Bug 661969: If no delay is passed to gfxFontInfoLoader::StartLoader, use the interval as delay. r=jdaggett

This commit is contained in:
Daniel Holbert 2011-06-23 19:01:17 -07:00
Родитель b9bd1d7a82
Коммит 007b0ff22e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -900,7 +900,7 @@ public:
InitLoader();
// start timer
mTimer->InitWithFuncCallback(LoaderTimerCallback, this, aDelay,
mTimer->InitWithFuncCallback(LoaderTimerCallback, this, timerInterval,
nsITimer::TYPE_REPEATING_SLACK);
}