| 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) {
|
|
|