Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6aedd2e564c5d07b7f1dff76060ee82de6619d66
https://github.com/WebKit/WebKit/commit/6aedd2e564c5d07b7f1dff76060ee82de6619d66
Author: Claudio Saavedra <[email protected]>
Date: 2026-02-14 (Sat, 14 Feb 2026)
Changed paths:
M Source/WebCore/Modules/indexeddb/IDBDatabase.cpp
M Source/WebCore/Modules/indexeddb/server/MemoryIDBBackingStore.cpp
M Source/WebCore/Modules/indexeddb/server/MemoryIndexCursor.cpp
Log Message:
-----------
IndexedDB: Fix typo in debug #ifdef
https://bugs.webkit.org/show_bug.cgi?id=307895
Reviewed by Anne van Kesteren.
Somehow this went unnoticed for +10 years. Incidentally
move this and other uses of NDEBUG to ASSERT_ENABLED since
these are all assertion checks.
* Source/WebCore/Modules/indexeddb/IDBDatabase.cpp:
(WebCore::IDBDatabase::didCommitOrAbortTransaction):
* Source/WebCore/Modules/indexeddb/server/MemoryIDBBackingStore.cpp:
(WebCore::IDBServer::MemoryIDBBackingStore::clearObjectStore):
* Source/WebCore/Modules/indexeddb/server/MemoryIndexCursor.cpp:
(WebCore::IDBServer::MemoryIndexCursor::iterate):
Canonical link: https://commits.webkit.org/307571@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications