1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 03:47:34 +00:00

WebContent: Use ConsoleGlobalObject for the console's global object :^)

Seems like this got missed when ESOs were implemented. Now we can use
`$0` again!
This commit is contained in:
Sam Atkins 2022-04-05 12:53:58 +01:00 committed by Linus Groh
parent 0a83c03546
commit 8296dd9955
2 changed files with 1 additions and 2 deletions

View file

@ -29,7 +29,6 @@ private:
ConnectionFromClient& m_client;
WeakPtr<JS::Interpreter> m_interpreter;
JS::Handle<ConsoleGlobalObject> m_console_global_object;
void clear_output();
void print_html(String const& line);