Index: Source/modules/accessibility/AXObject.h |
diff --git a/Source/modules/accessibility/AXObject.h b/Source/modules/accessibility/AXObject.h |
index e00d458144127ff9ad748be01800fab8dd39117a..fd3f23dd15ffdd9d18f55cd2669a02663434d86b 100644 |
--- a/Source/modules/accessibility/AXObject.h |
+++ b/Source/modules/accessibility/AXObject.h |
@@ -388,6 +388,7 @@ public: |
virtual bool isTableCell() const { return false; } |
virtual bool isTableRow() const { return false; } |
virtual bool isTableCol() const { return false; } |
+ bool hasContentEditableAttributeSet() const; |
bool isTextControl() const; |
bool isTree() const { return roleValue() == TreeRole; } |
bool isTreeItem() const { return roleValue() == TreeItemRole; } |