Skip to content

Commit

Permalink
LibWeb/HighResolutionTime: Add missing visit to Performance
Browse files Browse the repository at this point in the history
This should fix the CI :^)
  • Loading branch information
jamierocks authored and awesomekling committed Aug 4, 2024
1 parent bedb626 commit a034d1e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit a034d1e

Please sign in to comment.