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/TextEditor/TextEditorWidget.h | |
parent | ba856c7ebe1507773cabc2d4ec90bdd904ca1e59 (diff) | |
download | serenity-56c3748dcc8d6faf3815bbde29df741cb7b8ffc7.zip |
LibWeb: Rename PageView => InProcessWebView
Diffstat (limited to 'Applications/TextEditor/TextEditorWidget.h')
-rw-r--r-- | Applications/TextEditor/TextEditorWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/TextEditor/TextEditorWidget.h b/Applications/TextEditor/TextEditorWidget.h index 856ca15e11..54be8fcff1 100644 --- a/Applications/TextEditor/TextEditorWidget.h +++ b/Applications/TextEditor/TextEditorWidget.h @@ -104,7 +104,7 @@ private: RefPtr<GUI::Action> m_js_highlight; RefPtr<GUI::Action> m_ini_highlight; - RefPtr<Web::PageView> m_page_view; + RefPtr<Web::InProcessWebView> m_page_view; GUI::ActionGroup font_actions; |