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

Unified Diff: remoting/webapp/crd/js/wcs_adapter.js

Issue 1004513002: Eliminated named constants for instances of remoting.Error. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « remoting/webapp/crd/js/session_connector_impl.js ('k') | remoting/webapp/crd/js/wcs_loader.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/wcs_adapter.js
diff --git a/remoting/webapp/crd/js/wcs_adapter.js b/remoting/webapp/crd/js/wcs_adapter.js
index 2b9c4cc70e810e20c83f3e96f8b6e16091bbbd13..cb29e627116141b9d80ebd8f90dbd3a99f2a6b66 100644
--- a/remoting/webapp/crd/js/wcs_adapter.js
+++ b/remoting/webapp/crd/js/wcs_adapter.js
@@ -24,7 +24,7 @@ remoting.WcsAdapter = function() {
/** @private */
this.jid_ = '';
/** @private */
- this.error_ = remoting.Error.NONE;
+ this.error_ = remoting.Error.none();
};
/**
« no previous file with comments | « remoting/webapp/crd/js/session_connector_impl.js ('k') | remoting/webapp/crd/js/wcs_loader.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698