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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/composite_tts.js

Issue 924083004: Shorten Closure template notation from Array.<*> to Array<*> in cvox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: chrome/browser/resources/chromeos/chromevox/common/composite_tts.js
diff --git a/chrome/browser/resources/chromeos/chromevox/common/composite_tts.js b/chrome/browser/resources/chromeos/chromevox/common/composite_tts.js
index 1b1cfb0d628fc83d030d8c431dbde6f42d2ab2a4..bba284015256a5495b5da0855ec469d62e7dbbc4 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/composite_tts.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/composite_tts.js
@@ -19,7 +19,7 @@ goog.require('cvox.TtsInterface');
*/
cvox.CompositeTts = function() {
/**
- * @type {Array.<cvox.TtsInterface>}
+ * @type {Array<cvox.TtsInterface>}
* @private
*/
this.ttsEngines_ = [];

Powered by Google App Engine
This is Rietveld 408576698