зеркало из https://github.com/mozilla/pjs.git
Bug 661969: If no delay is passed to gfxFontInfoLoader::StartLoader, use the interval as delay. r=jdaggett
This commit is contained in:
Родитель
b9bd1d7a82
Коммит
007b0ff22e
|
@ -900,7 +900,7 @@ public:
|
|||
InitLoader();
|
||||
|
||||
// start timer
|
||||
mTimer->InitWithFuncCallback(LoaderTimerCallback, this, aDelay,
|
||||
mTimer->InitWithFuncCallback(LoaderTimerCallback, this, timerInterval,
|
||||
nsITimer::TYPE_REPEATING_SLACK);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче