Hmph.. another issue due needing 1325254 (which does not just work) or figuring out way get rid of Value.

Hmph.. another issue due needing 1325254 or figuring out way get rid of Value.
This commit is contained in:
win7-7 2024-05-16 01:32:32 +03:00 committed by wuggy
commit be3e4b917d

View file

@ -601,7 +601,7 @@ TimerThread::FindNextFireTimeForCurrentThread(TimeStamp aDefault, uint32_t aSear
uint32_t index = 0;
for (auto timers = mTimers.begin(); timers != mTimers.end(); ++timers) {
nsTimerImpl* timer = (*timers)->Value();
nsTimerImpl* timer = (*timers)->mTimerImpl();
if (!timer) {
continue;