diff options
Diffstat (limited to 'Userland/Services/WebContent/ConnectionFromClient.h')
-rw-r--r-- | Userland/Services/WebContent/ConnectionFromClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Services/WebContent/ConnectionFromClient.h b/Userland/Services/WebContent/ConnectionFromClient.h index ffb00dbfab..676426630f 100644 --- a/Userland/Services/WebContent/ConnectionFromClient.h +++ b/Userland/Services/WebContent/ConnectionFromClient.h @@ -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; |