| Index: remoting/webapp/app_remoting/js/app_remoting.js
|
| diff --git a/remoting/webapp/app_remoting/js/app_remoting.js b/remoting/webapp/app_remoting/js/app_remoting.js
|
| index 6ca09f58a4953d27dd3f25d2fba6d6f097af5cfc..626cbf4b71c27931586a50add7b49edc05c76cb0 100644
|
| --- a/remoting/webapp/app_remoting/js/app_remoting.js
|
| +++ b/remoting/webapp/app_remoting/js/app_remoting.js
|
| @@ -165,7 +165,7 @@ remoting.AppRemoting.prototype.init = function(connector) {
|
| }
|
| } else {
|
| console.error('Invalid "runApplication" response from server.');
|
| - // TODO(garykac) Start using remoting.Error.fromHttpError once it has
|
| + // TODO(garykac) Start using remoting.Error.fromHttpStatus once it has
|
| // been updated to properly report 'unknown' errors (rather than
|
| // reporting them as AUTHENTICATION_FAILED).
|
| if (xhr.status == 0) {
|
|
|