| Index: mojo/edk/system/shared_buffer_dispatcher.cc
|
| diff --git a/mojo/edk/system/shared_buffer_dispatcher.cc b/mojo/edk/system/shared_buffer_dispatcher.cc
|
| index 43af5f11900d5a4840a93eb13205f2670582ee55..903d338c3fd1e92995c924aa82564e4ffb5a9fd2 100644
|
| --- a/mojo/edk/system/shared_buffer_dispatcher.cc
|
| +++ b/mojo/edk/system/shared_buffer_dispatcher.cc
|
| @@ -102,7 +102,8 @@ Dispatcher::Type SharedBufferDispatcher::GetType() const {
|
|
|
| bool SharedBufferDispatcher::SupportsEntrypointClass(
|
| EntrypointClass entrypoint_class) const {
|
| - return (entrypoint_class == EntrypointClass::BUFFER);
|
| + return (entrypoint_class == EntrypointClass::NONE ||
|
| + entrypoint_class == EntrypointClass::BUFFER);
|
| }
|
|
|
| // static
|
|
|