Welcome: Replace instances of DeprecatedString with String

This commit is contained in:
thankyouverycool 2023-01-29 08:59:36 -05:00 committed by Linus Groh
commit bfc08bc84b
Notes: sideshowbarker 2024-07-17 00:59:55 +09:00
2 changed files with 11 additions and 8 deletions

View file

@ -35,5 +35,5 @@ private:
RefPtr<WebView::OutOfProcessWebView> m_web_view;
size_t m_initial_tip_index { 0 };
Vector<DeprecatedString> m_tips;
Vector<String> m_tips;
};