Index: sandbox/win/src/target_process.cc |
diff --git a/sandbox/win/src/target_process.cc b/sandbox/win/src/target_process.cc |
index e0284c3924b27cd8f2419b7eda5ea3dd06471267..174367340fd99cc8a7fdeab25600fbcda6530b14 100644 |
--- a/sandbox/win/src/target_process.cc |
+++ b/sandbox/win/src/target_process.cc |
@@ -355,7 +355,7 @@ DWORD TargetProcess::Init(Dispatcher* ipc_dispatcher, void* policy, |
ipc_server_.reset( |
new SharedMemIPCServer(sandbox_process_info_.process_handle(), |
sandbox_process_info_.process_id(), |
- job_, thread_pool_, ipc_dispatcher)); |
+ thread_pool_, ipc_dispatcher)); |
if (!ipc_server_->Init(shared_memory, shared_IPC_size, kIPCChannelSize)) |
return ERROR_NOT_ENOUGH_MEMORY; |