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

Unified Diff: mojo/public/js/bindings/support.js

Issue 345463003: Mojo: MojoWaitFlags -> MojoHandleSignals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
« no previous file with comments | « mojo/public/js/bindings/core.js ('k') | mojo/public/platform/native/system_thunks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/js/bindings/support.js
diff --git a/mojo/public/js/bindings/support.js b/mojo/public/js/bindings/support.js
index 756e7ba70c12e165d4b6cb477cdf322d14b158d2..8280a9779199872dda9486bccdb06f32c425310b 100644
--- a/mojo/public/js/bindings/support.js
+++ b/mojo/public/js/bindings/support.js
@@ -14,7 +14,7 @@ while (1);
* satisfied.
*
* @param {MojoHandle} handle The handle to wait on.
- * @param {MojoWaitFlags} waitFlags Flags.
+ * @param {MojoHandleSignals} signals Specifies the condition to wait for.
* @param {function (mojoResult)} callback Called with the result the wait is
* complete. See MojoWait for possible result codes.
*
« no previous file with comments | « mojo/public/js/bindings/core.js ('k') | mojo/public/platform/native/system_thunks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698