mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +00:00
LibWeb/IDB: Comment out infinite loop while waiting for next PR
Since the steps needed to avoid this loop is quite long, adding this as a fixme for the future will make this PR easier to review
This commit is contained in:
parent
6646759569
commit
4b87e81402
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ void abort_a_transaction(GC::Ref<IDBTransaction> transaction, GC::Ptr<WebIDL::DO
|
|||
request->set_result(JS::js_undefined());
|
||||
|
||||
// 4. Set request’s processed flag to false.
|
||||
request->set_processed(false);
|
||||
// FIXME: request->set_processed(false);
|
||||
|
||||
// 5. Set request’s done flag to false.
|
||||
request->set_done(false);
|
||||
|
|
Loading…
Add table
Reference in a new issue