Index: public/web/WebAXObject.h |
diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h |
index 3689983752d39d222d55455a6f49a26de798c7d6..0af7027693a598cefdc26c9afb5fa267c40a83c4 100644 |
--- a/public/web/WebAXObject.h |
+++ b/public/web/WebAXObject.h |
@@ -194,6 +194,8 @@ public: |
BLINK_EXPORT WebAXObject headerContainerObject() const; |
BLINK_EXPORT WebAXObject rowAtIndex(unsigned rowIndex) const; |
BLINK_EXPORT WebAXObject columnAtIndex(unsigned columnIndex) const; |
+ BLINK_EXPORT void rowHeaders(WebVector<WebAXObject>&) const; |
+ BLINK_EXPORT void columnHeaders(WebVector<WebAXObject>&) const; |
// For a table row |
BLINK_EXPORT unsigned rowIndex() const; |