diff options
author | Andreas Kling <kling@serenityos.org> | 2020-08-17 15:58:29 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-17 18:05:35 +0200 |
commit | 56c3748dcc8d6faf3815bbde29df741cb7b8ffc7 (patch) | |
tree | f1033cd0ad428d92cf9b7573cbc1bdd044436278 /Applications/IRCClient/IRCWindow.h | |
parent | ba856c7ebe1507773cabc2d4ec90bdd904ca1e59 (diff) | |
download | serenity-56c3748dcc8d6faf3815bbde29df741cb7b8ffc7.zip |
LibWeb: Rename PageView => InProcessWebView
Diffstat (limited to 'Applications/IRCClient/IRCWindow.h')
-rw-r--r-- | Applications/IRCClient/IRCWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/IRCClient/IRCWindow.h b/Applications/IRCClient/IRCWindow.h index bd60df54a3..6cb00235f8 100644 --- a/Applications/IRCClient/IRCWindow.h +++ b/Applications/IRCClient/IRCWindow.h @@ -74,7 +74,7 @@ private: void* m_owner { nullptr }; Type m_type; String m_name; - RefPtr<Web::PageView> m_page_view; + RefPtr<Web::InProcessWebView> m_page_view; RefPtr<GUI::TextBox> m_text_box; RefPtr<IRCLogBuffer> m_log_buffer; RefPtr<GUI::Menu> m_context_menu; |