| Index: content/ppapi_plugin/ppapi_thread.cc
|
| diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc
|
| index ccd4f7bb698f263323ce2bfde141c126aec0eba8..8e0724b5e6b98a7fd19f5876730e7035c049fd43 100644
|
| --- a/content/ppapi_plugin/ppapi_thread.cc
|
| +++ b/content/ppapi_plugin/ppapi_thread.cc
|
| @@ -195,8 +195,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
|
|
|
|
|