...
Created attachment 387360 [details] Patch
ping for review...
Comment on attachment 387360 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=387360&action=review > Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:1627 > + auto* sql = cachedStatement(SQL::DeleteObjectStoreIndexRecordWithKey, "DELETE FROM IndexRecords WHERE objectStoreID = ? AND objectStoreRecordID = ? AND key = CAST(? AS TEXT);"_s); I guess this should be observable, can we write a test?