Index: remoting/webapp/crd/js/it2me_helpee_channel.js |
diff --git a/remoting/webapp/crd/js/it2me_helpee_channel.js b/remoting/webapp/crd/js/it2me_helpee_channel.js |
index eedb663c5255541720e50c82c21fc68a8e78652b..e4060acc92a8aa54600a2f992ec40096175b9d2e 100644 |
--- a/remoting/webapp/crd/js/it2me_helpee_channel.js |
+++ b/remoting/webapp/crd/js/it2me_helpee_channel.js |
@@ -214,7 +214,7 @@ remoting.It2MeHelpeeChannel.prototype.handleIsHostInstalled_ = |
}); |
} |
- this.hostInstaller_.isInstalled().then( |
+ remoting.HostInstaller.isInstalled().then( |
sendResponse, |
/** @type {function(*):void} */(this.sendErrorResponse_.bind(this, message)) |
); |