| Index: chrome/browser/ui/webui/options/settings_format_browsertest.js
|
| diff --git a/chrome/browser/ui/webui/options/settings_format_browsertest.js b/chrome/browser/ui/webui/options/settings_format_browsertest.js
|
| index e71769fb580bfd5bd04c9ee437bb37d783572479..f2f2fa63319240840c5a24403fb9900ba281cec7 100644
|
| --- a/chrome/browser/ui/webui/options/settings_format_browsertest.js
|
| +++ b/chrome/browser/ui/webui/options/settings_format_browsertest.js
|
| @@ -46,7 +46,7 @@ SettingsFormatWebUITest.prototype = {
|
| * to suppress verbosity. The implementation of errorsToMessage in the
|
| * testing API generates a call stack for each error produced which greatly
|
| * reduces readability.
|
| - * @type {Array.<string>}
|
| + * @type {Array<string>}
|
| */
|
| errors: null,
|
|
|
| @@ -99,7 +99,7 @@ SettingsFormatWebUITest.prototype = {
|
| /**
|
| * Checks if the node is exempt from following the formatting rule.
|
| * @param {!Element} element The candidate element.
|
| - * @param {Array.<string>} filters List of exemptions.
|
| + * @param {Array<string>} filters List of exemptions.
|
| * @return {boolean} True if the element is exempt.
|
| */
|
| isExempt: function(element, filters) {
|
|
|