mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 14:05:09 +00:00
Ladybird: Don't overwrite argv[0] in spawn_helper_process()
This is already set correctly at the caller.
This commit is contained in:
parent
8483efb399
commit
1c92e6ee9d
2 changed files with 1 additions and 2 deletions
|
@ -581,7 +581,7 @@ void WebContentView::create_client()
|
|||
|
||||
auto webcontent_fd_passing_socket_string = DeprecatedString::number(wc_fd_passing_fd);
|
||||
|
||||
Vector<StringView> arguments {
|
||||
Vector<StringView, 5> arguments {
|
||||
"WebContent"sv,
|
||||
"--webcontent-fd-passing-socket"sv,
|
||||
webcontent_fd_passing_socket_string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue