mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-05-26 15:02:46 +00:00
Revert "workaround of microtask cleanup to prevent a crash"
This reverts commit 0676addc6e.
This commit is contained in:
@@ -1504,9 +1504,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
|
||||
|
||||
Reference in New Issue
Block a user