diff --git a/Libraries/LibWeb/IndexedDB/Internal/Algorithms.cpp b/Libraries/LibWeb/IndexedDB/Internal/Algorithms.cpp index 9dc3b7b72d6..6b1f81c648d 100644 --- a/Libraries/LibWeb/IndexedDB/Internal/Algorithms.cpp +++ b/Libraries/LibWeb/IndexedDB/Internal/Algorithms.cpp @@ -545,7 +545,7 @@ void abort_a_transaction(GC::Ref transaction, GC::Ptrset_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);