mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibDevTools+LibWebView: Take advantage of IPC encoding improvements
This commit is contained in:
parent
62912b985a
commit
5f76324af5
Notes:
github-actions[bot]
2025-03-09 15:15:42 +00:00
Author: https://github.com/trflynn89
Commit: 5f76324af5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3865
9 changed files with 55 additions and 55 deletions
|
@ -994,7 +994,7 @@ void Tab::set_navigator_compatibility_mode(ByteString const& compatibility_mode)
|
|||
debug_request("navigator-compatibility-mode", compatibility_mode);
|
||||
}
|
||||
|
||||
void Tab::set_preferred_languages(Vector<String> const& preferred_languages)
|
||||
void Tab::set_preferred_languages(ReadonlySpan<String> preferred_languages)
|
||||
{
|
||||
m_view->set_preferred_languages(preferred_languages);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue