mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Issue #1442 Follow-up: Stop pretending proxies have a JSNative call/construct hook. https://bugzilla.mozilla.org/show_bug.cgi?id=1471924 Part 1 Also remove an erroneous debug assert and guard against future issues. This fixes crashes on vk.com but still does not behave correctly.
This commit is contained in:
parent
4ec7fa4f5f
commit
46024cd872
7 changed files with 30 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