| Index: components/nacl/browser/nacl_process_host.cc
|
| diff --git a/components/nacl/browser/nacl_process_host.cc b/components/nacl/browser/nacl_process_host.cc
|
| index 7f23abe40968d1c33c9b072d797382ea5849cd61..ecd66b013a1eaebe509c84b3eca4a753ee926be6 100644
|
| --- a/components/nacl/browser/nacl_process_host.cc
|
| +++ b/components/nacl/browser/nacl_process_host.cc
|
| @@ -668,8 +668,7 @@ bool NaClProcessHost::LaunchSelLdr() {
|
| #endif
|
| process_->Launch(
|
| new NaClSandboxedProcessLauncherDelegate(process_->GetHost()),
|
| - cmd_line.release(),
|
| - true);
|
| + cmd_line.release(), nullptr, true);
|
| return true;
|
| }
|
|
|
|
|