Compiles with idle runnables.

Compiles with idle runnables.
This commit is contained in:
win7-7 2026-01-28 18:14:19 +02:00 committed by wuggy
commit 8aaad2c8af

View file

@ -605,7 +605,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;