Chromium Code Reviews| 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..22a3b4b6862c63264ea9f503cdd0e2f1d004dc6f 100644 |
| --- a/components/nacl/browser/nacl_process_host.cc |
| +++ b/components/nacl/browser/nacl_process_host.cc |
| @@ -669,6 +669,7 @@ bool NaClProcessHost::LaunchSelLdr() { |
| #endif |
| process_->Launch( |
| new NaClSandboxedProcessLauncherDelegate(process_->GetHost()), |
| + NULL, |
| cmd_line.release(), |
| true); |
| return true; |