| Index: chrome/browser/resources/chromeos/chromevox/testing/assert_additions.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/testing/assert_additions.js b/chrome/browser/resources/chromeos/chromevox/testing/assert_additions.js
|
| index 394a0ea34781ce1fb6b8e4f5904ee700d9dad2a2..2811966fe7fe29b4adc6e3fb0ae00bc688858105 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/testing/assert_additions.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/testing/assert_additions.js
|
| @@ -47,8 +47,8 @@ function assertException(msg, fn, error) {
|
|
|
| /**
|
| * Asserts that two arrays of strings are equal.
|
| - * @param {Array.<string>} array1 The expected array.
|
| - * @param {Array.<string>} array2 The test array.
|
| + * @param {Array<string>} array1 The expected array.
|
| + * @param {Array<string>} array2 The test array.
|
| */
|
| function assertEqualStringArrays(array1, array2) {
|
| var same = true;
|
|
|