| Index: chrome/renderer/resources/extensions/automation/automation_node.js
|
| diff --git a/chrome/renderer/resources/extensions/automation/automation_node.js b/chrome/renderer/resources/extensions/automation/automation_node.js
|
| index 9dcf62619a5586e0e62426f8486d4cbbe1a8bd1b..709a45a60869679573cde1b9a28d8e0e0f6d0f36 100644
|
| --- a/chrome/renderer/resources/extensions/automation/automation_node.js
|
| +++ b/chrome/renderer/resources/extensions/automation/automation_node.js
|
| @@ -352,7 +352,7 @@ var AutomationAttributeTypes = [
|
| /**
|
| * Maps an attribute name to another attribute who's value is an id or an array
|
| * of ids referencing an AutomationNode.
|
| - * @param {!Object.<string, string>}
|
| + * @param {!Object<string, string>}
|
| * @const
|
| */
|
| var ATTRIBUTE_NAME_TO_ID_ATTRIBUTE = {
|
| @@ -366,7 +366,7 @@ var ATTRIBUTE_NAME_TO_ID_ATTRIBUTE = {
|
|
|
| /**
|
| * A set of attributes ignored in the automation API.
|
| - * @param {!Object.<string, boolean>}
|
| + * @param {!Object<string, boolean>}
|
| * @const
|
| */
|
| var ATTRIBUTE_BLACKLIST = {'activedescendantId': true,
|
|
|