1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 09:18:11 +00:00

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

This reverts commit 8296dd9955.
This commit is contained in:
Andreas Kling 2022-04-05 17:47:52 +02:00
parent 1a38ab0ca1
commit 217993b1d1
2 changed files with 2 additions and 1 deletions

View file

@ -29,6 +29,7 @@ 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);