| Index: mojo/services/view_manager/root_node_manager.cc
|
| diff --git a/mojo/services/view_manager/root_node_manager.cc b/mojo/services/view_manager/root_node_manager.cc
|
| index fe608e822fe27411cc13b40d83343c9a4f01060e..99f8ccf866077d55c45d05bb6cef00e6c013a5fc 100644
|
| --- a/mojo/services/view_manager/root_node_manager.cc
|
| +++ b/mojo/services/view_manager/root_node_manager.cc
|
| @@ -261,7 +261,7 @@ ViewManagerServiceImpl* RootNodeManager::EmbedImpl(
|
| creator_url,
|
| url.To<std::string>(),
|
| root_id);
|
| - BindToPipe(connection, pipe.handle0.Pass());
|
| + WeakBindToPipe(connection, pipe.handle0.Pass());
|
| connections_created_by_connect_.insert(connection);
|
| OnConnectionMessagedClient(connection->id());
|
| return connection;
|
|
|