mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-05 09:52:54 +00:00
LibWeb: Move OutOfProcessWebView into the Web namespace
This commit is contained in:
parent
09ccb46980
commit
682b2fdb75
Notes:
sideshowbarker
2024-07-19 03:12:42 +09:00
Author: https://github.com/alimpfard
Commit: 682b2fdb75
Pull-request: https://github.com/SerenityOS/serenity/pull/3279
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/linusg
9 changed files with 24 additions and 10 deletions
|
@ -95,8 +95,7 @@ HelpWindow::HelpWindow(GUI::Window* parent)
|
|||
m_listview = &list_view;
|
||||
list_view.set_model(HelpListModel::create());
|
||||
|
||||
// FIXME: This should be in the Web namespace!
|
||||
m_webview = &splitter.add<OutOfProcessWebView>();
|
||||
m_webview = &splitter.add<Web::OutOfProcessWebView>();
|
||||
|
||||
list_view.on_activation = [this](auto& index) {
|
||||
if (!m_webview)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue