Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0d2b57c4763910fcb007551cfdaf971d664194e8
      
https://github.com/WebKit/WebKit/commit/0d2b57c4763910fcb007551cfdaf971d664194e8
  Author: Chris Dumez <[email protected]>
  Date:   2026-03-13 (Fri, 13 Mar 2026)

  Changed paths:
    M Source/WebCore/Modules/indexeddb/IDBTransaction.cpp
    M Source/WebCore/Modules/indexeddb/IDBTransaction.h

  Log Message:
  -----------
  Add missing WTF_GUARDED_BY_LOCK() for IDBTransaction::m_deletedObjectStores
https://bugs.webkit.org/show_bug.cgi?id=309886

Reviewed by Darin Adler.

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.

* Source/WebCore/Modules/indexeddb/IDBTransaction.cpp:
(WebCore::IDBTransaction::objectStore):
(WebCore::IDBTransaction::abortInternal):
(WebCore::IDBTransaction::createObjectStore):
(WebCore::IDBTransaction::renameObjectStore):
(WebCore::IDBTransaction::renameIndex):
(WebCore::IDBTransaction::deleteObjectStore):
(WebCore::IDBTransaction::visitReferencedObjectStores const):
* Source/WebCore/Modules/indexeddb/IDBTransaction.h:

Canonical link: https://commits.webkit.org/309206@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to