| 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 ecd66b013a1eaebe509c84b3eca4a753ee926be6..95a1ccef52c34f1366bf08d50a3d699b615df165 100644
|
| --- a/components/nacl/browser/nacl_process_host.cc
|
| +++ b/components/nacl/browser/nacl_process_host.cc
|
| @@ -668,7 +668,7 @@ bool NaClProcessHost::LaunchSelLdr() {
|
| #endif
|
| process_->Launch(
|
| new NaClSandboxedProcessLauncherDelegate(process_->GetHost()),
|
| - cmd_line.release(), nullptr, true);
|
| + cmd_line.release(), true);
|
| return true;
|
| }
|
|
|
|
|