| Index: mojo/edk/system/remote_message_pipe_bootstrap.cc
|
| diff --git a/mojo/edk/system/remote_message_pipe_bootstrap.cc b/mojo/edk/system/remote_message_pipe_bootstrap.cc
|
| index 234216633f2fc074d39e29681fd4dec44f592cc1..eb38674cac43f846ed9629871b6f4c89f1d75dfd 100644
|
| --- a/mojo/edk/system/remote_message_pipe_bootstrap.cc
|
| +++ b/mojo/edk/system/remote_message_pipe_bootstrap.cc
|
| @@ -32,6 +32,8 @@ void RemoteMessagePipeBootstrap::Create(
|
| NodeController* node_controller,
|
| ScopedPlatformHandle platform_handle,
|
| const ports::PortRef& port) {
|
| + CHECK(node_controller);
|
| + CHECK(node_controller->io_task_runner());
|
| if (node_controller->io_task_runner()->RunsTasksOnCurrentThread()) {
|
| // Owns itself.
|
| new RemoteMessagePipeBootstrap(
|
|
|