| 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 6ecdfc7360032a02e2bf98d4fee138644f36e820..4daf7e4a869b51f7aa855321e69b8c2cd59998c0 100644
|
| --- a/chrome/renderer/resources/extensions/automation/automation_node.js
|
| +++ b/chrome/renderer/resources/extensions/automation/automation_node.js
|
| @@ -826,8 +826,7 @@ AutomationRootNodeImpl.prototype = {
|
| }
|
|
|
| // If this is an editable text area, set editable text attributes.
|
| - if (nodeData.role == schema.RoleType.textField ||
|
| - nodeData.role == schema.RoleType.textArea) {
|
| + if (nodeData.role == schema.RoleType.textField) {
|
| this.mixinAttributes_(nodeImpl, EditableTextMixinAttributes, nodeData);
|
| }
|
|
|
|
|