Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Unified Diff: mojo/public/cpp/system/handle.h

Issue 835253002: Update mojo sdk to rev e3719475d5971283d1d2250533d53066b2ff9797 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/public/cpp/system/handle.h
diff --git a/mojo/public/cpp/system/handle.h b/mojo/public/cpp/system/handle.h
index 3549854562ad072239c7213bc3a41b764ac3b23a..021fa875ed937c34b9f562bae32b5a9407c30132 100644
--- a/mojo/public/cpp/system/handle.h
+++ b/mojo/public/cpp/system/handle.h
@@ -301,7 +301,7 @@ inline WaitManyResult WaitMany(const HandleVectorType& handles,
if (signals.size() != handles.size())
return WaitManyResult(MOJO_RESULT_INVALID_ARGUMENT);
if (handles.size() >= kInvalidWaitManyIndexValue)
- return WaitManyResult(MOJO_RESULT_OUT_OF_RANGE);
+ return WaitManyResult(MOJO_RESULT_RESOURCE_EXHAUSTED);
if (handles.size() == 0) {
return WaitManyResult(
« no previous file with comments | « mojo/public/cpp/application/lazy_interface_ptr.h ('k') | mojo/public/interfaces/bindings/tests/test_structs.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698