| Index: mojo/edk/system/platform_handle_dispatcher.cc
|
| diff --git a/mojo/edk/system/platform_handle_dispatcher.cc b/mojo/edk/system/platform_handle_dispatcher.cc
|
| index 0d52529a9fba9ca72b488aebbec08e91381f4f8b..3f78d96db9b3d7c1047622cadb7c4b7fac2ed506 100644
|
| --- a/mojo/edk/system/platform_handle_dispatcher.cc
|
| +++ b/mojo/edk/system/platform_handle_dispatcher.cc
|
| @@ -40,7 +40,7 @@ Dispatcher::Type PlatformHandleDispatcher::GetType() const {
|
|
|
| bool PlatformHandleDispatcher::SupportsEntrypointClass(
|
| EntrypointClass entrypoint_class) const {
|
| - return false;
|
| + return (entrypoint_class == EntrypointClass::NONE);
|
| }
|
|
|
| // static
|
|
|