mirror of
https://github.com/RGBCube/serenity
synced 2025-05-22 14:45:08 +00:00
TextEditor: Replace InProcessWebView with OutOfProcessWebView
This commit is contained in:
parent
9f3789cdc7
commit
f6af2d747e
4 changed files with 6 additions and 5 deletions
|
@ -106,7 +106,7 @@ private:
|
|||
RefPtr<GUI::Action> m_ini_highlight;
|
||||
RefPtr<GUI::Action> m_shell_highlight;
|
||||
|
||||
RefPtr<Web::InProcessWebView> m_page_view;
|
||||
RefPtr<Web::OutOfProcessWebView> m_page_view;
|
||||
|
||||
GUI::ActionGroup font_actions;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue