| Index: mojo/edk/system/local_message_pipe_endpoint.h
|
| diff --git a/mojo/edk/system/local_message_pipe_endpoint.h b/mojo/edk/system/local_message_pipe_endpoint.h
|
| index ac90b68d4e4fd06f01652619b81c6d4cc3cce962..7a1069cd7611d01452a69eccc4affcfc0ca16c55 100644
|
| --- a/mojo/edk/system/local_message_pipe_endpoint.h
|
| +++ b/mojo/edk/system/local_message_pipe_endpoint.h
|
| @@ -33,8 +33,8 @@ class LocalMessagePipeEndpoint final : public MessagePipeEndpoint {
|
| void CancelAllAwakables() override;
|
| MojoResult ReadMessage(UserPointer<void> bytes,
|
| UserPointer<uint32_t> num_bytes,
|
| - DispatcherVector* dispatchers,
|
| - uint32_t* num_dispatchers,
|
| + HandleVector* handles,
|
| + uint32_t* num_handles,
|
| MojoReadMessageFlags flags) override;
|
| HandleSignalsState GetHandleSignalsState() const override;
|
| MojoResult AddAwakable(Awakable* awakable,
|
|
|