| Index: remoting/webapp/base/js/ipc.js
|
| diff --git a/remoting/webapp/base/js/ipc.js b/remoting/webapp/base/js/ipc.js
|
| index 955d15036f5a9f03a00d8940c43729eb8a8e7b64..11b65c119fb4a611c4644f1baa6f8ea9132ceb58 100644
|
| --- a/remoting/webapp/base/js/ipc.js
|
| +++ b/remoting/webapp/base/js/ipc.js
|
| @@ -49,10 +49,7 @@ var base = base || {};
|
| */
|
| base.Ipc = function() {
|
| base.debug.assert(instance_ === null);
|
| - /**
|
| - * @type {!Object<Function>}
|
| - * @private
|
| - */
|
| + /** @private {!Object<Function>} */
|
| this.handlers_ = {};
|
| this.onMessageHandler_ = this.onMessage_.bind(this);
|
| chrome.runtime.onMessage.addListener(this.onMessageHandler_);
|
|
|