| Index: mojo/system/dispatcher.h
|
| diff --git a/mojo/system/dispatcher.h b/mojo/system/dispatcher.h
|
| index d1721d6ecaa9c1e1013c86ccccac1809b574a789..abd1ed1804211ccc80b981521059d6144610a8cb 100644
|
| --- a/mojo/system/dispatcher.h
|
| +++ b/mojo/system/dispatcher.h
|
| @@ -42,9 +42,9 @@ class MOJO_SYSTEM_EXPORT Dispatcher :
|
| MojoResult WriteMessage(const void* bytes, uint32_t num_bytes,
|
| const std::vector<Dispatcher*>* dispatchers,
|
| MojoWriteMessageFlags flags);
|
| - // |dispatchers| must be non-null if |max_num_dispatchers| is nonzero. On
|
| - // success, it will be set to the dispatchers to be received (and assigned
|
| - // handles) as part of the message.
|
| + // |dispatchers| must be non-null but empty, if |max_num_dispatchers| is
|
| + // nonzero. On success, it will be set to the dispatchers to be received (and
|
| + // assigned handles) as part of the message.
|
| MojoResult ReadMessage(
|
| void* bytes, uint32_t* num_bytes,
|
| uint32_t max_num_dispatchers,
|
|
|