RESOLVED FIXED309886
Add missing WTF_GUARDED_BY_LOCK() for IDBTransaction::m_deletedObjectStores
https://bugs.webkit.org/show_bug.cgi?id=309886
Summary Add missing WTF_GUARDED_BY_LOCK() for IDBTransaction::m_deletedObjectStores
Chris Dumez
Reported 2026-03-13 02:54:18 PDT
Add missing WTF_GUARDED_BY_LOCK() for IDBTransaction::m_deletedObjectStores. IDBTransaction::visitReferencedObjectStores() wouldn't be safe if m_deletedObjectStores was modified without holding the lock.
Attachments
Chris Dumez
Comment 1 2026-03-13 02:55:37 PDT
EWS
Comment 2 2026-03-13 07:14:24 PDT
Committed 309206@main (0d2b57c47639): <https://commits.webkit.org/309206@main> Reviewed commits have been landed. Closing PR #60549 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2026-03-13 07:15:12 PDT
Note You need to log in before you can comment on or make changes to this bug.