| Index: content/browser/browser_child_process_host.cc
|
| diff --git a/content/browser/browser_child_process_host.cc b/content/browser/browser_child_process_host.cc
|
| index 40b6598799cc55deb55ad34843031cc556c7a242..e5a52c8cbad158cf284e5629e35dc9b9e48ea2c3 100644
|
| --- a/content/browser/browser_child_process_host.cc
|
| +++ b/content/browser/browser_child_process_host.cc
|
| @@ -89,7 +89,7 @@ void BrowserChildProcessHost::Launch(
|
| #elif defined(OS_POSIX)
|
| use_zygote,
|
| environ,
|
| - channel()->GetClientFileDescriptor(),
|
| + channel()->TakeClientFileDescriptor(),
|
| #endif
|
| cmd_line,
|
| &client_));
|
|
|