| Index: mojo/edk/system/ipc_support.cc
|
| diff --git a/mojo/edk/system/ipc_support.cc b/mojo/edk/system/ipc_support.cc
|
| index f3d3ad6cb34e002f141edcda91b2ee41ab16c7be..97e99c194d77118ad753d3e653c69dcd41bd5407 100644
|
| --- a/mojo/edk/system/ipc_support.cc
|
| +++ b/mojo/edk/system/ipc_support.cc
|
| @@ -67,8 +67,9 @@ IPCSupport::IPCSupport(embedder::PlatformSupport* platform_support,
|
| break;
|
| }
|
|
|
| - channel_manager_.reset(new ChannelManager(
|
| - platform_support, io_task_runner_.Clone(), connection_manager_.get()));
|
| + channel_manager_.reset(
|
| + new ChannelManager(platform_support, io_task_runner_.Clone(), io_watcher_,
|
| + connection_manager_.get()));
|
| }
|
|
|
| IPCSupport::~IPCSupport() {
|
|
|