| Index: remoting/webapp/crd/js/me2me_connect_flow.js
|
| diff --git a/remoting/webapp/crd/js/me2me_connect_flow.js b/remoting/webapp/crd/js/me2me_connect_flow.js
|
| index e8317a09e27cfbaf3f0aaacf48b236ee0b28c3ec..c0387201eaee3b1b4482764daace714fd41e476b 100644
|
| --- a/remoting/webapp/crd/js/me2me_connect_flow.js
|
| +++ b/remoting/webapp/crd/js/me2me_connect_flow.js
|
| @@ -74,7 +74,7 @@ remoting.HostNeedsUpdateDialog.prototype.onOK_ = function() {
|
|
|
| /** @private */
|
| remoting.HostNeedsUpdateDialog.prototype.onCancel_ = function() {
|
| - this.deferred_.reject(remoting.Error.CANCELLED);
|
| + this.deferred_.reject(new remoting.Error(remoting.Error.Tag.CANCELLED));
|
| this.cleanup_();
|
| };
|
|
|
|
|