| Index: remoting/webapp/base/js/client_plugin_host_desktop_impl.js
|
| diff --git a/remoting/webapp/base/js/client_plugin_host_desktop_impl.js b/remoting/webapp/base/js/client_plugin_host_desktop_impl.js
|
| index 94ed9d27885b95822591a4630108840a4f8a1f65..1e552bea152055d41e91d3c05b394b30a275ca97 100644
|
| --- a/remoting/webapp/base/js/client_plugin_host_desktop_impl.js
|
| +++ b/remoting/webapp/base/js/client_plugin_host_desktop_impl.js
|
| @@ -106,7 +106,7 @@ remoting.ClientPlugin.HostDesktopImpl.prototype.onShapeUpdated =
|
| function(message) {
|
| var shapes = base.getArrayAttr(message.data, 'rects');
|
| var rects = shapes.map(
|
| - /** @param {Array.<number>} shape */
|
| + /** @param {Array<number>} shape */
|
| function(shape) {
|
| if (!Array.isArray(shape) || shape.length != 4) {
|
| throw 'Received invalid onDesktopShape message';
|
|
|