mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-29 15:58:47 +00:00
LibWebView: Rename the Chrome process type to Browser
This commit is contained in:
parent
e20d7be15f
commit
18eee7e3f0
Notes:
github-actions[bot]
2025-03-15 23:58:38 +00:00
Author: https://github.com/trflynn89
Commit: 18eee7e3f0
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3959
Reviewed-by: https://github.com/awesomekling ✅
3 changed files with 8 additions and 8 deletions
|
@ -360,8 +360,8 @@ void Application::process_did_exit(Process&& process)
|
|||
case ProcessType::WebWorker:
|
||||
dbgln_if(WEBVIEW_PROCESS_DEBUG, "WebWorker {} died, not sure what to do.", process.pid());
|
||||
break;
|
||||
case ProcessType::Chrome:
|
||||
dbgln("Invalid process type to be dying: Chrome");
|
||||
case ProcessType::Browser:
|
||||
dbgln("Invalid process type to be dying: Browser");
|
||||
VERIFY_NOT_REACHED();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue