| 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 f064c67876f626afe857b7d14cba8acc9143b3f3..94e10e2fec5844a44b928d47e098cc4368e36660 100644
|
| --- a/mojo/edk/system/platform_handle_dispatcher.cc
|
| +++ b/mojo/edk/system/platform_handle_dispatcher.cc
|
| @@ -32,7 +32,7 @@ embedder::ScopedPlatformHandle PlatformHandleDispatcher::PassPlatformHandle() {
|
| }
|
|
|
| Dispatcher::Type PlatformHandleDispatcher::GetType() const {
|
| - return kTypePlatformHandle;
|
| + return Type::PLATFORM_HANDLE;
|
| }
|
|
|
| // static
|
|
|