Index: Source/modules/accessibility/AXTableColumn.h |
diff --git a/Source/modules/accessibility/AXTableColumn.h b/Source/modules/accessibility/AXTableColumn.h |
index 5e8702aea5011c90a8240632553c1adce208f47b..5748cb473fc37a4df9b3b96bbd30f15192ce24b2 100644 |
--- a/Source/modules/accessibility/AXTableColumn.h |
+++ b/Source/modules/accessibility/AXTableColumn.h |
@@ -46,7 +46,10 @@ public: |
static PassRefPtr<AXTableColumn> create(AXObjectCacheImpl*); |
virtual ~AXTableColumn(); |
+ // retrieves the topmost "column" header (th) |
AXObject* headerObject(); |
+ // retrieves the "column" headers (th, scope) from top to bottom |
+ void headerObjectsForColumn(AccessibilityChildrenVector&); |
virtual AccessibilityRole roleValue() const override { return ColumnRole; } |