| Index: mojo/public/cpp/system/handle.h
|
| diff --git a/mojo/public/cpp/system/handle.h b/mojo/public/cpp/system/handle.h
|
| index a6089a64b88bb434a59e8403d9fc821e3373e2cd..72b14c8b292774fa7587517b0823244cc5f87a06 100644
|
| --- a/mojo/public/cpp/system/handle.h
|
| +++ b/mojo/public/cpp/system/handle.h
|
| @@ -214,7 +214,7 @@ inline MojoResult WaitMany(const HandleVectorType& handles,
|
| return MOJO_RESULT_OUT_OF_RANGE;
|
|
|
| if (handles.size() == 0)
|
| - return MojoWaitMany(NULL, NULL, 0, deadline);
|
| + return MojoWaitMany(nullptr, nullptr, 0, deadline);
|
|
|
| const Handle& first_handle = handles[0];
|
| const MojoHandleSignals& first_signals = signals[0];
|
|
|