Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 069eb5485e2e6f28cd440991e9e1c47ed4151c76
https://github.com/WebKit/WebKit/commit/069eb5485e2e6f28cd440991e9e1c47ed4151c76
Author: Anne van Kesteren <[email protected]>
Date: 2026-01-16 (Fri, 16 Jan 2026)
Changed paths:
M Source/WebCore/Modules/indexeddb/IDBDatabase.cpp
M Source/WebCore/Modules/indexeddb/IDBDatabase.h
M Source/WebCore/Modules/indexeddb/client/IDBConnectionProxy.cpp
M Source/WebCore/Modules/indexeddb/client/IDBConnectionProxy.h
M Source/WebCore/Modules/indexeddb/server/IDBServer.cpp
M Source/WebCore/Modules/indexeddb/server/IDBServer.h
M Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.cpp
M Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabase.h
M Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabaseConnection.cpp
M Source/WebCore/Modules/indexeddb/server/UniqueIDBDatabaseConnection.h
Log Message:
-----------
Convert HashMap<..., RefPtr to Ref in Indexed DB
https://bugs.webkit.org/show_bug.cgi?id=305545
Reviewed by Chris Dumez.
Claude AI assisted with analysis. This converts one debug assert in
IDBDatabase to a release assert. However, if we start encountering
crashes because of that it'll be trivial to add an early return.
Canonical link: https://commits.webkit.org/305703@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications