Bug 309886

Summary: Add missing WTF_GUARDED_BY_LOCK() for IDBTransaction::m_deletedObjectStores
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.