mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-01 05:39:02 +00:00
WebContent: Add missing visit in ConsoleGlobalEnvironmentExtensions
This commit is contained in:
parent
7cbbd4dd7e
commit
877ad07915
Notes:
sideshowbarker
2024-07-18 02:13:10 +09:00
Author: https://github.com/awesomekling
Commit: 877ad07915
Pull-request: https://github.com/SerenityOS/serenity/pull/23873
Reviewed-by: https://github.com/shannonbooth
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ void ConsoleGlobalEnvironmentExtensions::visit_edges(Visitor& visitor)
|
||||||
{
|
{
|
||||||
Base::visit_edges(visitor);
|
Base::visit_edges(visitor);
|
||||||
visitor.visit(m_window_object);
|
visitor.visit(m_window_object);
|
||||||
|
visitor.visit(m_most_recent_result);
|
||||||
}
|
}
|
||||||
|
|
||||||
static JS::ThrowCompletionOr<ConsoleGlobalEnvironmentExtensions*> get_console(JS::VM& vm)
|
static JS::ThrowCompletionOr<ConsoleGlobalEnvironmentExtensions*> get_console(JS::VM& vm)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue