| Index: mojo/system/message_pipe.cc
|
| diff --git a/mojo/system/message_pipe.cc b/mojo/system/message_pipe.cc
|
| index c297f385f6f8ece03d2fc4aedbf1f2312171a459..a301c8f8fd16fe8457ee7542deef27d8c750cd4f 100644
|
| --- a/mojo/system/message_pipe.cc
|
| +++ b/mojo/system/message_pipe.cc
|
| @@ -83,8 +83,8 @@ MojoResult MessagePipe::WriteMessage(
|
| }
|
|
|
| MojoResult MessagePipe::ReadMessage(unsigned port,
|
| - void* bytes,
|
| - uint32_t* num_bytes,
|
| + UserPointer<void> bytes,
|
| + UserPointer<uint32_t> num_bytes,
|
| DispatcherVector* dispatchers,
|
| uint32_t* num_dispatchers,
|
| MojoReadMessageFlags flags) {
|
|
|