mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +00:00
Revert "WebContent: Use ConsoleGlobalObject for the console's global object :^)"
This reverts commit 8296dd9955
.
This commit is contained in:
parent
1a38ab0ca1
commit
217993b1d1
Notes:
sideshowbarker
2024-07-17 14:24:49 +09:00
Author: https://github.com/awesomekling
Commit: 217993b1d1
2 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,7 @@ WebContentConsoleClient::WebContentConsoleClient(JS::Console& console, WeakPtr<J
|
|||
console_global_object->initialize_global_object();
|
||||
vm.pop_execution_context();
|
||||
|
||||
m_interpreter->realm().set_global_object(*console_global_object);
|
||||
m_console_global_object = JS::make_handle(console_global_object);
|
||||
}
|
||||
|
||||
void WebContentConsoleClient::handle_input(String const& js_source)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue