mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 18:02:20 +00:00
LibWeb/HighResolutionTime: Add missing visit to Performance
This should fix the CI :^)
This commit is contained in:
parent
bedb626c29
commit
a034d1e675
Notes:
github-actions[bot]
2024-08-04 18:34:16 +00:00
Author: https://github.com/jamierocks
Commit: a034d1e675
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/963
Reviewed-by: https://github.com/tcl3 ✅
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ void Performance::initialize(JS::Realm& realm)
|
|||
void Performance::visit_edges(Cell::Visitor& visitor)
|
||||
{
|
||||
Base::visit_edges(visitor);
|
||||
visitor.visit(m_navigation);
|
||||
visitor.visit(m_timing);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue