| Index: remoting/webapp/js_proto/chrome_mocks.js
|
| diff --git a/remoting/webapp/js_proto/chrome_mocks.js b/remoting/webapp/js_proto/chrome_mocks.js
|
| index d3dfd959293a69322938f6a0dc431c38778bb6c0..9590c7c2b780bbfb6a6a495dc4850c7d1c36d0be 100644
|
| --- a/remoting/webapp/js_proto/chrome_mocks.js
|
| +++ b/remoting/webapp/js_proto/chrome_mocks.js
|
| @@ -113,7 +113,7 @@ chromeMocks.runtime.connectNative = function(application) {
|
| return port;
|
| };
|
|
|
| -/** @const {Object<!chromeMocks.runtime.Port>} */
|
| +/** @type {Object<!chromeMocks.runtime.Port>} */
|
| var nativePorts = null;
|
|
|
| /** @type {string} */
|
|
|