| Index: content/browser/child_process_launcher.cc
|
| diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc
|
| index 4b49369116ed098823117459f076d0df6634e68f..7bb603fba1da8cd282d5e0a99654bc3b022001ad 100644
|
| --- a/content/browser/child_process_launcher.cc
|
| +++ b/content/browser/child_process_launcher.cc
|
| @@ -174,8 +174,7 @@ class ChildProcessLauncher::Context
|
| base::LaunchOptions options;
|
| options.environ = &env;
|
| options.fds_to_remap = &fds_to_map;
|
| - options.process_handle = &handle;
|
| - launched = base::LaunchProcess(*cmd_line, options);
|
| + launched = base::LaunchProcess(*cmd_line, options, &handle);
|
|
|
| #if defined(OS_MACOSX)
|
| if (launched)
|
|
|