mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
LibWeb/IDB: Add internal ObjectStore type
This commit is contained in:
parent
0979a154fd
commit
3c5578cc87
Notes:
github-actions[bot]
2025-03-27 15:49:50 +00:00
Author: https://github.com/stelar7
Commit: 3c5578cc87
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4077
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/gmta ✅
6 changed files with 86 additions and 2 deletions
|
@ -26,6 +26,7 @@ void Database::visit_edges(Visitor& visitor)
|
|||
Base::visit_edges(visitor);
|
||||
visitor.visit(m_associated_connections);
|
||||
visitor.visit(m_upgrade_transaction);
|
||||
visitor.visit(m_object_stores);
|
||||
}
|
||||
|
||||
Vector<GC::Root<Database>> Database::for_key(StorageAPI::StorageKey const& key)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue