mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 10:23:08 +09:00
Compiles with idle runnables.
Compiles with idle runnables.
This commit is contained in:
parent
5a78e79eb9
commit
8aaad2c8af
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue