зеркало из https://github.com/mozilla/pjs.git
Bug 331012 - topcrash on exit [@timerthread::updatefilter] - r=darin
This commit is contained in:
Родитель
5f483e27f3
Коммит
4ab3ceb1e4
|
@ -391,7 +391,8 @@ void nsTimerImpl::Fire()
|
|||
// calling Fire().
|
||||
timeout -= PR_MillisecondsToInterval(mDelay);
|
||||
}
|
||||
gThread->UpdateFilter(mDelay, timeout, now);
|
||||
if (gThread)
|
||||
gThread->UpdateFilter(mDelay, timeout, now);
|
||||
|
||||
mFiring = PR_TRUE;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче