| Index: mojo/system/platform_handle_dispatcher.cc
|
| diff --git a/mojo/system/platform_handle_dispatcher.cc b/mojo/system/platform_handle_dispatcher.cc
|
| index 294a5488d0d3e6696946827951dfbd659b6d3752..63a5e716d21c442004328f8898e4c9b21f87ef26 100644
|
| --- a/mojo/system/platform_handle_dispatcher.cc
|
| +++ b/mojo/system/platform_handle_dispatcher.cc
|
| @@ -114,8 +114,9 @@ bool PlatformHandleDispatcher::EndSerializeAndCloseImplNoLock(
|
| return true;
|
| }
|
|
|
| -WaitFlagsState PlatformHandleDispatcher::GetWaitFlagsStateNoLock() const {
|
| - return WaitFlagsState();
|
| +HandleSignalsState
|
| + PlatformHandleDispatcher::GetHandleSignalsStateNoLock() const {
|
| + return HandleSignalsState();
|
| }
|
|
|
| } // namespace system
|
|
|