LibWeb: Rename Web::HtmlView => Web::PageView

This widget doesn't just view HTML, it views a web page. :^)
This commit is contained in:
Andreas Kling 2020-05-28 18:21:22 +02:00
commit 42243d2e06
Notes: sideshowbarker 2024-07-19 06:01:45 +09:00
24 changed files with 133 additions and 133 deletions

View file

@ -90,7 +90,7 @@ private:
RefPtr<GUI::Action> m_js_highlight;
RefPtr<GUI::Action> m_ini_highlight;
RefPtr<Web::HtmlView> m_html_view;
RefPtr<Web::PageView> m_page_view;
bool m_document_dirty { false };
bool m_document_opening { false };