| Index: remoting/webapp/host_daemon_facade.js
|
| diff --git a/remoting/webapp/host_daemon_facade.js b/remoting/webapp/host_daemon_facade.js
|
| index 5b1567aaece2a4deb8b625df829a537c156b981b..abd9719a23a20eb5c298925c2ec6a9a3d0bdb1e2 100644
|
| --- a/remoting/webapp/host_daemon_facade.js
|
| +++ b/remoting/webapp/host_daemon_facade.js
|
| @@ -28,7 +28,7 @@ remoting.HostDaemonFacade = function() {
|
| */
|
| this.pendingReplies_ = {};
|
|
|
| - /** @type {?chrome.extension.Port} @private */
|
| + /** @type {?chrome.runtime.Port} @private */
|
| this.port_ = null;
|
|
|
| /** @type {string} @private */
|
|
|