| Index: mojo/edk/system/data_pipe_producer_dispatcher.h
|
| diff --git a/mojo/edk/system/data_pipe_producer_dispatcher.h b/mojo/edk/system/data_pipe_producer_dispatcher.h
|
| index 7a218ad432bed02c484ed8cceafc0e2e2e39af58..9bbdc7b2711a98bdae76473aaa36ee8cffb663ca 100644
|
| --- a/mojo/edk/system/data_pipe_producer_dispatcher.h
|
| +++ b/mojo/edk/system/data_pipe_producer_dispatcher.h
|
| @@ -69,7 +69,7 @@ class DataPipeProducerDispatcher final : public Dispatcher {
|
| HandleSignalsState GetHandleSignalsStateImplNoLock() const override;
|
| MojoResult AddAwakableImplNoLock(Awakable* awakable,
|
| MojoHandleSignals signals,
|
| - uint32_t context,
|
| + uint64_t context,
|
| HandleSignalsState* signals_state) override;
|
| void RemoveAwakableImplNoLock(Awakable* awakable,
|
| HandleSignalsState* signals_state) override;
|
|
|