mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:38:11 +00:00
LibWeb: Rename PageView => InProcessWebView
This commit is contained in:
parent
ba856c7ebe
commit
56c3748dcc
31 changed files with 88 additions and 88 deletions
|
@ -57,7 +57,7 @@ ConsoleWidget::ConsoleWidget()
|
|||
html_element->append_child(body_element);
|
||||
m_output_container = body_element;
|
||||
|
||||
m_output_view = add<Web::PageView>();
|
||||
m_output_view = add<Web::InProcessWebView>();
|
||||
m_output_view->set_document(base_document);
|
||||
|
||||
auto& bottom_container = add<GUI::Widget>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue