| Index: mojo/edk/system/proxy_message_pipe_endpoint.cc
|
| diff --git a/mojo/edk/system/proxy_message_pipe_endpoint.cc b/mojo/edk/system/proxy_message_pipe_endpoint.cc
|
| index 85437bbad3f0e85251a0f55341b4a3f3d8722958..4a954d982bad83d544459e098b537b17ab8108a8 100644
|
| --- a/mojo/edk/system/proxy_message_pipe_endpoint.cc
|
| +++ b/mojo/edk/system/proxy_message_pipe_endpoint.cc
|
| @@ -48,7 +48,7 @@ void ProxyMessagePipeEndpoint::Close() {
|
|
|
| void ProxyMessagePipeEndpoint::DetachIfNecessary() {
|
| if (channel_endpoint_.get()) {
|
| - channel_endpoint_->DetachFromMessagePipe();
|
| + channel_endpoint_->DetachFromClient();
|
| channel_endpoint_ = nullptr;
|
| }
|
| }
|
|
|