| Index: content/browser/worker_host/worker_process_host.cc
|
| diff --git a/content/browser/worker_host/worker_process_host.cc b/content/browser/worker_host/worker_process_host.cc
|
| index be50d51fa4153d079ecaea9c8e7b7bba3f62ef8d..91b79382db0e61abc4e3e8369be56a7f1c57aef2 100644
|
| --- a/content/browser/worker_host/worker_process_host.cc
|
| +++ b/content/browser/worker_host/worker_process_host.cc
|
| @@ -223,6 +223,7 @@ bool WorkerProcessHost::Init(int render_process_id, int render_frame_id) {
|
| process_->Launch(
|
| #if defined(OS_WIN)
|
| new WorkerSandboxedProcessLauncherDelegate,
|
| + false,
|
| #elif defined(OS_POSIX)
|
| use_zygote,
|
| base::EnvironmentMap(),
|
|
|