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

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

Issue 347563007: Mojo: Remove HANDLE_SIGNAL_EVERYTHING from mojo/public/js/bindings/core.js. (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 | « no previous file | no next file » | 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 138553e6f6088ff0a8311b61ac9e7ef8091c71ec..0aff53108331da9dfd0b4412c80a475f08f299db 100644
--- a/mojo/public/js/bindings/core.js
+++ b/mojo/public/js/bindings/core.js
@@ -55,7 +55,6 @@ var DEADLINE_INDEFINITE;
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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698