| Index: mojo/edk/system/message_pipe_dispatcher.cc
|
| diff --git a/mojo/edk/system/message_pipe_dispatcher.cc b/mojo/edk/system/message_pipe_dispatcher.cc
|
| index 2f72bbd3c1e2e0642712ac4559574f53f877bfa1..e0f02fcafce3d7755deac3a3cafa2a6ce6d3ecf3 100644
|
| --- a/mojo/edk/system/message_pipe_dispatcher.cc
|
| +++ b/mojo/edk/system/message_pipe_dispatcher.cc
|
| @@ -77,7 +77,8 @@ Dispatcher::Type MessagePipeDispatcher::GetType() const {
|
|
|
| bool MessagePipeDispatcher::SupportsEntrypointClass(
|
| EntrypointClass entrypoint_class) const {
|
| - return (entrypoint_class == EntrypointClass::MESSAGE_PIPE);
|
| + return (entrypoint_class == EntrypointClass::NONE ||
|
| + entrypoint_class == EntrypointClass::MESSAGE_PIPE);
|
| }
|
|
|
| // static
|
|
|