diff options
Diffstat (limited to 'Applications/Browser/Tab.h')
-rw-r--r-- | Applications/Browser/Tab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/Browser/Tab.h b/Applications/Browser/Tab.h index d4adae00cd..b689a7756d 100644 --- a/Applications/Browser/Tab.h +++ b/Applications/Browser/Tab.h @@ -87,7 +87,7 @@ private: History m_history; - RefPtr<Web::PageView> m_page_view; + RefPtr<Web::InProcessWebView> m_page_view; RefPtr<WebContentView> m_web_content_view; RefPtr<GUI::Action> m_go_back_action; |