mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 13:15:09 +00:00
LibWeb: Rename Web::HtmlView => Web::PageView
This widget doesn't just view HTML, it views a web page. :^)
This commit is contained in:
parent
5f8cbe6a1b
commit
42243d2e06
24 changed files with 133 additions and 133 deletions
|
@ -56,7 +56,7 @@ ConsoleWidget::ConsoleWidget()
|
|||
html_element->append_child(body_element);
|
||||
m_output_container = body_element;
|
||||
|
||||
m_output_view = add<Web::HtmlView>();
|
||||
m_output_view = add<Web::PageView>();
|
||||
m_output_view->set_document(base_document);
|
||||
|
||||
m_input = add<GUI::TextBox>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue