| Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/externs.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/externs.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/externs.js
|
| index 07e22c2fb470a73149c315681c7d24a9dffc1ca4..fc5a149acba7cc34a76c7fcfcad091a210b6c5fe 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/externs.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/externs.js
|
| @@ -47,13 +47,13 @@ chrome.accessibilityPrivate.setNativeAccessibilityEnabled = function(on) {
|
|
|
| /**
|
| * @param {number} tabId
|
| - * @param {function(Array.<!Object>)} callback
|
| + * @param {function(Array<!Object>)} callback
|
| */
|
| chrome.accessibilityPrivate.getAlertsForTab =
|
| function(tabId, callback) {};
|
|
|
| /**
|
| - * @param {Array.<{left: number, top: number, width: number, height: number}>}
|
| + * @param {Array<{left: number, top: number, width: number, height: number}>}
|
| * rects The bounding rects to draw focus ring(s) around, in global
|
| * screen coordinates.
|
| */
|
|
|