| Index: content/ppapi_plugin/ppapi_thread.cc
|
| diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc
|
| index 96770b527d0a9ef82ab305badd465700d9034558..762a3c56c6e3f555a818d0bf9e72757955c12a17 100644
|
| --- a/content/ppapi_plugin/ppapi_thread.cc
|
| +++ b/content/ppapi_plugin/ppapi_thread.cc
|
| @@ -196,8 +196,7 @@ IPC::PlatformFileForTransit PpapiThread::ShareHandleWithRemote(
|
| #if defined(OS_WIN)
|
| if (peer_handle_.IsValid()) {
|
| DCHECK(is_broker_);
|
| - return IPC::GetFileHandleForProcess(handle, peer_handle_.Get(),
|
| - should_close_source);
|
| + return IPC::GetPlatformFileForTransit(handle, should_close_source);
|
| }
|
| #endif
|
|
|
|
|