| Index: components/nacl/renderer/ppb_nacl_private_impl.cc
|
| diff --git a/components/nacl/renderer/ppb_nacl_private_impl.cc b/components/nacl/renderer/ppb_nacl_private_impl.cc
|
| index 0d50484f8d8be726f6b96fc23a64dd162ad3d628..8d8faeb54d13ba79bb9a4bb2981d177cad6feafc 100644
|
| --- a/components/nacl/renderer/ppb_nacl_private_impl.cc
|
| +++ b/components/nacl/renderer/ppb_nacl_private_impl.cc
|
| @@ -461,8 +461,7 @@ void PPBNaClPrivate::LaunchSelLdr(
|
| if (nexe_file_info->handle != PP_kInvalidFileHandle)
|
| nexe_for_transit = base::FileDescriptor(nexe_file_info->handle, true);
|
| #elif defined(OS_WIN)
|
| - nexe_for_transit = IPC::PlatformFileForTransit(nexe_file_info->handle,
|
| - base::GetCurrentProcId());
|
| + nexe_for_transit = IPC::PlatformFileForTransit(nexe_file_info->handle);
|
| #else
|
| # error Unsupported target platform.
|
| #endif
|
|
|