| Index: chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js b/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
|
| index ea0c15769d0974d380571cfa8bf86e53c2d50729..8094ddcc3b3849d39badf0b55b1899bd6d1a785b 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
|
| @@ -654,6 +654,8 @@ chrome.automation.AutomationNode.prototype.nextOnLine;
|
| /** @type {chrome.automation.AutomationNode} */
|
| chrome.automation.AutomationNode.prototype.previousOnLine;
|
|
|
| +/** @type {Object<string, string>} */
|
| +chrome.automation.AutomationNode.prototype.htmlAttributes;
|
|
|
| /**
|
| * @extends {chrome.automation.AutomationNode}
|
|
|