| Index: mojo/system/message_pipe.h
|
| diff --git a/mojo/system/message_pipe.h b/mojo/system/message_pipe.h
|
| index 0849a66d5bda06c6d652502ff58042a3a6b7f252..e3da3255a872a398528080258868e712bfd89f11 100644
|
| --- a/mojo/system/message_pipe.h
|
| +++ b/mojo/system/message_pipe.h
|
| @@ -66,7 +66,7 @@ class MOJO_SYSTEM_IMPL_EXPORT MessagePipe :
|
| // This is used internally by |WriteMessage()| and by |Channel| to enqueue
|
| // messages (typically to a |LocalMessagePipeEndpoint|). Unlike
|
| // |WriteMessage()|, |port| is the *destination* port. Takes ownership of
|
| - // |message|.
|
| + // |message|. |dispatchers| should be non-null only if it's nonempty.
|
| MojoResult EnqueueMessage(unsigned port,
|
| MessageInTransit* message,
|
| const std::vector<Dispatcher*>* dispatchers);
|
|
|