| Index: mojo/edk/system/message_pipe.h
|
| diff --git a/mojo/edk/system/message_pipe.h b/mojo/edk/system/message_pipe.h
|
| index 547d83af9388cf6b607ffd1d0441e681122b116f..f0dc825ce5b163ce5ca3fe01ba269e182a432d36 100644
|
| --- a/mojo/edk/system/message_pipe.h
|
| +++ b/mojo/edk/system/message_pipe.h
|
| @@ -102,7 +102,7 @@ class MessagePipe final : public ChannelEndpointClient {
|
| MojoResult AddAwakable(unsigned port,
|
| Awakable* awakable,
|
| uint64_t context,
|
| - bool force,
|
| + bool persistent,
|
| MojoHandleSignals signals,
|
| HandleSignalsState* signals_state);
|
| void RemoveAwakable(unsigned port,
|
|
|