| Index: third_party/WebKit/Source/modules/accessibility/AXTableRow.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXTableRow.h b/third_party/WebKit/Source/modules/accessibility/AXTableRow.h
|
| index cb50b1ce6a5fe2933c39196e5d2964db64a3a263..ff1797f58379db17332e13e80013ecd7d965b83e 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXTableRow.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXTableRow.h
|
| @@ -49,7 +49,7 @@ public:
|
| // retrieves the "row" header (a th tag in the rightmost column)
|
| virtual AXObject* headerObject();
|
| // retrieves the "row" headers (th, scope) from left to right for the each row.
|
| - virtual void headerObjectsForRow(AccessibilityChildrenVector&);
|
| + virtual void headerObjectsForRow(AXObjectVector&);
|
| AXObject* parentTable() const;
|
|
|
| void setRowIndex(int rowIndex) { m_rowIndex = rowIndex; }
|
|
|