mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Revert "workaround of microtask cleanup to prevent a crash"
This reverts commit c75d50adde.
This commit is contained in:
parent
c75d50adde
commit
500c2ab8d9
1 changed files with 1 additions and 3 deletions
|
|
@ -1477,9 +1477,7 @@ CycleCollectedJSContext::AfterProcessMicrotasks()
|
|||
}
|
||||
// Cleanup Indexed Database transactions:
|
||||
// https://html.spec.whatwg.org/multipage/webappapis.html#perform-a-microtask-checkpoint
|
||||
if(!mPendingIDBTransactions.IsEmpty()) {
|
||||
CleanupIDBTransactions(RecursionDepth());
|
||||
}
|
||||
CleanupIDBTransactions(RecursionDepth());
|
||||
}
|
||||
|
||||
uint32_t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue