mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibWeb/IDB: Keep track of the connection used to start a transaction
This commit is contained in:
parent
d1dabb9039
commit
fc93ec135e
Notes:
github-actions[bot]
2025-04-11 01:14:28 +00:00
Author: https://github.com/stelar7
Commit: fc93ec135e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4306
Reviewed-by: https://github.com/ADKaster ✅
3 changed files with 8 additions and 0 deletions
|
@ -44,6 +44,7 @@ void IDBDatabase::visit_edges(Visitor& visitor)
|
|||
Base::visit_edges(visitor);
|
||||
visitor.visit(m_object_store_set);
|
||||
visitor.visit(m_associated_database);
|
||||
visitor.visit(m_transactions);
|
||||
}
|
||||
|
||||
void IDBDatabase::set_onabort(WebIDL::CallbackType* event_handler)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue