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

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

Issue 336313007: Mojo: Rename MOJO_WAIT_FLAG_... -> MOJO_HANDLE_SIGNAL_.... (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/js/bindings/connector.js ('k') | mojo/spy/spy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/js/bindings/core.js
diff --git a/mojo/public/js/bindings/core.js b/mojo/public/js/bindings/core.js
index 5377533e2f7b0a62d600441bdc6bbb7a235db171..138553e6f6088ff0a8311b61ac9e7ef8091c71ec 100644
--- a/mojo/public/js/bindings/core.js
+++ b/mojo/public/js/bindings/core.js
@@ -52,10 +52,10 @@ var DEADLINE_INDEFINITE;
* the handle.
* See core.h for more information.
*/
-var WAIT_FLAG_NONE;
-var WAIT_FLAG_READABLE;
-var WAIT_FLAG_WRITABLE;
-var WAIT_FLAG_EVERYTHING;
+var HANDLE_SIGNAL_NONE;
+var HANDLE_SIGNAL_READABLE;
+var HANDLE_SIGNAL_WRITABLE;
+var HANDLE_SIGNAL_EVERYTHING;
/*
* MojoWriteMessageFlags: Used to specify different modes to |writeMessage()|.
« no previous file with comments | « mojo/public/js/bindings/connector.js ('k') | mojo/spy/spy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698