| Index: mojo/edk/system/data_pipe_producer_dispatcher.cc
|
| diff --git a/mojo/edk/system/data_pipe_producer_dispatcher.cc b/mojo/edk/system/data_pipe_producer_dispatcher.cc
|
| index febec06c369efdee97341832c3112ebc93e2ddec..e83444ffda9ce74384ff1d345020b4342bed9857 100644
|
| --- a/mojo/edk/system/data_pipe_producer_dispatcher.cc
|
| +++ b/mojo/edk/system/data_pipe_producer_dispatcher.cc
|
| @@ -170,7 +170,7 @@ HandleSignalsState DataPipeProducerDispatcher::GetHandleSignalsStateImplNoLock()
|
| MojoResult DataPipeProducerDispatcher::AddAwakableImplNoLock(
|
| Awakable* awakable,
|
| MojoHandleSignals signals,
|
| - uint32_t context,
|
| + uint64_t context,
|
| HandleSignalsState* signals_state) {
|
| mutex().AssertHeld();
|
| return data_pipe_->ProducerAddAwakable(awakable, signals, context,
|
|
|