mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 18:20:43 +09:00
Userland: Use snake case names in .ipc files
This updates all .ipc files to have snake case names for IPC methods.
This commit is contained in:
parent
eb21aa65d1
commit
9e22e9ce88
Notes:
sideshowbarker
2024-07-18 18:44:24 +09:00
Author: https://github.com/gunnarbeutner
Commit: 9e22e9ce88
36 changed files with 296 additions and 287 deletions
|
@ -142,7 +142,7 @@ void WebContentClient::did_get_source(URL const& url, String const& source)
|
|||
m_view.notify_server_did_get_source(url, source);
|
||||
}
|
||||
|
||||
void WebContentClient::did_jsconsole_output(String const& method, String const& line)
|
||||
void WebContentClient::did_js_console_output(String const& method, String const& line)
|
||||
{
|
||||
m_view.notify_server_did_js_console_output(method, line);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue