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