| Index: remoting/webapp/crd/js/video_frame_recorder.js
|
| diff --git a/remoting/webapp/crd/js/video_frame_recorder.js b/remoting/webapp/crd/js/video_frame_recorder.js
|
| index daf49112a2243510101d9c85accff475b9df0859..25150699aa922eefd00789b0654004476e6718a7 100644
|
| --- a/remoting/webapp/crd/js/video_frame_recorder.js
|
| +++ b/remoting/webapp/crd/js/video_frame_recorder.js
|
| @@ -116,7 +116,7 @@ remoting.VideoFrameRecorder.prototype.handleMessage =
|
|
|
| /**
|
| * @param {Entry} entry The single file entry if multiple files are not allowed.
|
| - * @param {Array.<FileEntry>} fileEntries List of file entries if multiple files
|
| + * @param {Array<FileEntry>} fileEntries List of file entries if multiple files
|
| * are allowed.
|
| */
|
| remoting.VideoFrameRecorder.prototype.onFileChosen_ = function(
|
|
|