mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:47:34 +00:00
LibWeb+WebContent: Store Realm instead of Interpreter in ConsoleClient
This commit is contained in:
parent
905eb8cb4d
commit
2d72abc3d4
5 changed files with 20 additions and 19 deletions
|
@ -92,7 +92,7 @@ private:
|
|||
|
||||
HashMap<i32, NonnullRefPtr<Gfx::Bitmap>> m_backing_stores;
|
||||
|
||||
WeakPtr<JS::Interpreter> m_interpreter;
|
||||
WeakPtr<JS::Realm> m_realm;
|
||||
OwnPtr<WebContentConsoleClient> m_console_client;
|
||||
JS::Handle<JS::GlobalObject> m_console_global_object;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue