mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 03:25:13 +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
6ec914c7f7
commit
1fc2d6f1af
Notes:
github-actions[bot]
2025-04-09 17:49:56 +00:00
Author: https://github.com/stelar7 Commit: https://github.com/LadybirdBrowser/ladybird/commit/1fc2d6f1af1 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4178 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/AtkinsSJ
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