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

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

Issue 339193005: Mojo: Rename (Mojo)WaitFlagsState -> (Mojo)HandleSignalsState. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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/c/system/types.h ('k') | mojo/system/BUILD.gn » ('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 8280a9779199872dda9486bccdb06f32c425310b..58df6bd4d02426381180e7fff4bc1650ca14d842 100644
--- a/mojo/public/js/bindings/support.js
+++ b/mojo/public/js/bindings/support.js
@@ -10,7 +10,7 @@
while (1);
/*
- * Waits on the given handle until the state indicated by |waitFlags| is
+ * Waits on the given handle until the state indicated by |signals| is
* satisfied.
*
* @param {MojoHandle} handle The handle to wait on.
@@ -21,7 +21,7 @@ while (1);
* @return {MojoWaitId} A waitId that can be passed to cancelWait to cancel the
* wait.
*/
-function asyncWait(handle, waitFlags, callback) { [native code] }
+function asyncWait(handle, signals, callback) { [native code] }
/*
* Cancels the asyncWait operation specified by the given |waitId|.
« no previous file with comments | « mojo/public/c/system/types.h ('k') | mojo/system/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698