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:
stelar7 2025-04-02 11:14:28 +02:00 committed by Andrew Kaster
parent 6ec914c7f7
commit 1fc2d6f1af
Notes: github-actions[bot] 2025-04-09 17:49:56 +00:00

View file

@ -545,7 +545,7 @@ void abort_a_transaction(GC::Ref<IDBTransaction> transaction, GC::Ptr<WebIDL::DO
request->set_result(JS::js_undefined());
// 4. Set requests processed flag to false.
request->set_processed(false);
// FIXME: request->set_processed(false);
// 5. Set requests done flag to false.
request->set_done(false);