| Index: remoting/webapp/crd/js/host_controller.js
|
| diff --git a/remoting/webapp/crd/js/host_controller.js b/remoting/webapp/crd/js/host_controller.js
|
| index 15035ea6a980624e73cd7e6c8a8a8ddbb7454c6e..7473c8c2ae33cb8fd15d47410e567f11a0fc4607 100644
|
| --- a/remoting/webapp/crd/js/host_controller.js
|
| +++ b/remoting/webapp/crd/js/host_controller.js
|
| @@ -240,7 +240,7 @@ remoting.HostController.prototype.start = function(hostPin, consent, onDone,
|
| var success = (xhr.status == 200);
|
|
|
| if (success) {
|
| - var result = jsonParseSafe(xhr.responseText);
|
| + var result = base.jsonParseSafe(xhr.responseText);
|
| if ('data' in result && 'authorizationCode' in result['data']) {
|
| that.hostDaemonFacade_.getCredentialsFromAuthCode(
|
| result['data']['authorizationCode'],
|
|
|