mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01: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
6ec914c7f7
commit
1fc2d6f1af
|
|
@ -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…
Reference in New Issue
Block a user