mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
ca9d8d3960
8 changed files with 31 additions and 65 deletions
|
|
@ -6226,8 +6226,6 @@ WorkerPrivate::RunExpiredTimeouts(JSContext* aCx)
|
|||
// Guard against recursion.
|
||||
mRunningExpiredTimeouts = true;
|
||||
|
||||
MOZ_DIAGNOSTIC_ASSERT(data->mCurrentTimerNestingLevel == 0);
|
||||
|
||||
// Run expired timeouts.
|
||||
for (uint32_t index = 0; index < expiredTimeouts.Length(); index++) {
|
||||
TimeoutInfo*& info = expiredTimeouts[index];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue