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 e8288582195329497e8863b9a1660c81733ccef5..c81f51ac9fe3dc483405e43c87323a4dada2776f 100644 |
--- a/mojo/public/c/system/tests/core_perftest.cc |
+++ b/mojo/public/c/system/tests/core_perftest.cc |
@@ -86,7 +86,7 @@ class MessagePipeReaderThread : public mojo::Thread { |
} |
if (result == MOJO_RESULT_SHOULD_WAIT) { |
- result = MojoWait(handle_, MOJO_WAIT_FLAG_READABLE, |
+ result = MojoWait(handle_, MOJO_HANDLE_SIGNAL_READABLE, |
MOJO_DEADLINE_INDEFINITE); |
if (result == MOJO_RESULT_OK) { |
// Go to the top of the loop to read again. |