Skip to content

Commit

Permalink
WebContent: Add missing visit in ConsoleGlobalEnvironmentExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Apr 7, 2024
1 parent 086ed07 commit 7c96f73
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ void ConsoleGlobalEnvironmentExtensions::visit_edges(Visitor& visitor)
{
Base::visit_edges(visitor);
visitor.visit(m_window_object);
visitor.visit(m_most_recent_result);
}

static JS::ThrowCompletionOr<ConsoleGlobalEnvironmentExtensions*> get_console(JS::VM& vm)
Expand Down

0 comments on commit 7c96f73

Please sign in to comment.