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

Unified Diff: chrome/browser/resources/local_ntp/instant_iframe_validation.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: chrome/browser/resources/local_ntp/instant_iframe_validation.js
diff --git a/chrome/browser/resources/local_ntp/instant_iframe_validation.js b/chrome/browser/resources/local_ntp/instant_iframe_validation.js
index 3e4c12812fb3cf185234f1f7486a56232cfb74f9..822350da69c2c5f2f5f7ddad86a7f45fe7f706b9 100644
--- a/chrome/browser/resources/local_ntp/instant_iframe_validation.js
+++ b/chrome/browser/resources/local_ntp/instant_iframe_validation.js
@@ -38,7 +38,7 @@ function isValidRBGAComponent(component) {
/**
* Converts an Array of color components into RGBA format "rgba(R,G,B,A)".
- * @param {Array.<number>} rgbaColor Array of rgba color components.
+ * @param {Array<number>} rgbaColor Array of rgba color components.
* @return {?string} CSS color in RGBA format or null if invalid.
*/
function convertArrayToRGBAColor(rgbaColor) {
« no previous file with comments | « chrome/browser/resources/local_discovery/local_discovery.js ('k') | chrome/browser/resources/local_ntp/local_ntp.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698