| Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/externs.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/externs.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/externs.js
|
| index 2cf06d22ba23b857d8ee7e8134f31782c8581824..243c42234beaf277180b971eea0f4391bebb696e 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/externs.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/externs.js
|
| @@ -213,3 +213,12 @@ PDFAccessibilityJSONReply.prototype.width;
|
| * }
|
| */
|
| PDFAccessibilityJSONReply.prototype.textBox;
|
| +
|
| +
|
| +/**
|
| + * @param {?function(this:S, T, number, !Array<T>): ?} callback
|
| + * @param {S=} opt_thisobj
|
| + * @this {{length: number}|Array<T>}
|
| + * @template T,S
|
| + */
|
| +NodeList.prototype.forEach = function(callback, opt_thisobj) {};
|
|
|