Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: content/browser/resources/media/stats_table.js

Issue 917093003: Shorten Closure template notation from Array.<*> to Array<*>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove cvox Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/resources/media/stats_table.js
diff --git a/content/browser/resources/media/stats_table.js b/content/browser/resources/media/stats_table.js
index 07b5687fb334c009d8985e2a0b2b060e369fc039..a9d2ab0543d41bf564411c4abb7c9a05d2b171bd 100644
--- a/content/browser/resources/media/stats_table.js
+++ b/content/browser/resources/media/stats_table.js
@@ -110,7 +110,7 @@ var StatsTable = (function(ssrcInfoManager) {
*
* @param {!Element} statsTable Which table to update.
* @param {number} time The number of miliseconds since epoch.
- * @param {Array.<string>} statsData An array of stats name and value pairs.
+ * @param {Array<string>} statsData An array of stats name and value pairs.
* @private
*/
addStatsToTable_: function(statsTable, time, statsData) {
« no previous file with comments | « content/browser/resources/media/ssrc_info_manager.js ('k') | content/browser/resources/media/webrtc_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698