Index: content/ppapi_plugin/ppapi_thread.cc |
diff --git a/content/ppapi_plugin/ppapi_thread.cc b/content/ppapi_plugin/ppapi_thread.cc |
index 142f64760c710a207ffcf067b0dc3c1023c06378..45d8951fe676e860bad0a837898b1c662d9f936b 100644 |
--- a/content/ppapi_plugin/ppapi_thread.cc |
+++ b/content/ppapi_plugin/ppapi_thread.cc |
@@ -492,7 +492,7 @@ bool PpapiThread::SetupRendererChannel(base::ProcessId renderer_pid, |
// On POSIX, transfer ownership of the renderer-side (client) FD. |
// This ensures this process will be notified when it is closed even if a |
// connection is not established. |
- handle->socket = base::FileDescriptor(dispatcher->TakeRendererFD(), true); |
+ handle->socket = base::FileDescriptor(dispatcher->TakeRendererFD()); |
if (handle->socket.fd == -1) |
return false; |
#endif |