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