Index: mojo/public/c/system/tests/core_perftest.cc |
diff --git a/mojo/public/c/system/tests/core_perftest.cc b/mojo/public/c/system/tests/core_perftest.cc |
index f4871111b1bb9255574e0324d3a31e180bed9649..23fd92bc476b82261146a1d3e7a409efe8de5e32 100644 |
--- a/mojo/public/c/system/tests/core_perftest.cc |
+++ b/mojo/public/c/system/tests/core_perftest.cc |
@@ -82,8 +82,8 @@ class MessagePipeReaderThread : public mojo::Thread { |
} |
if (result == MOJO_RESULT_SHOULD_WAIT) { |
- result = MojoWait( |
- handle_, MOJO_HANDLE_SIGNAL_READABLE, MOJO_DEADLINE_INDEFINITE); |
+ result = MojoWait(handle_, MOJO_HANDLE_SIGNAL_READABLE, |
+ MOJO_DEADLINE_INDEFINITE, nullptr); |
if (result == MOJO_RESULT_OK) { |
// Go to the top of the loop to read again. |
continue; |