| Index: content/ppapi_plugin/ppapi_thread.cc
|
| diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc
|
| index 9e7bdd6cfa06e1f6d6f81033ea446e83e46141e3..fe5fa1aa415b61bc55e34d71f2edcc5146b64701 100644
|
| --- a/content/ppapi_plugin/ppapi_thread.cc
|
| +++ b/content/ppapi_plugin/ppapi_thread.cc
|
| @@ -181,7 +181,7 @@ IPC::PlatformFileForTransit PpapiThread::ShareHandleWithRemote(
|
| #if defined(OS_WIN)
|
| if (peer_handle_.IsValid()) {
|
| DCHECK(is_broker_);
|
| - return IPC::GetFileHandleForProcess(handle, peer_handle_,
|
| + return IPC::GetFileHandleForProcess(handle, peer_handle_.Get(),
|
| should_close_source);
|
| }
|
| #endif
|
|
|