| Index: third_party/WebKit/Source/modules/accessibility/AXTableColumn.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXTableColumn.h b/third_party/WebKit/Source/modules/accessibility/AXTableColumn.h
|
| index bec26b4b32270f8effe9057c8c60b79076158625..f1ce42fbaa588df5de1f08f4c0760d08a3bfb6ac 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXTableColumn.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXTableColumn.h
|
| @@ -50,7 +50,7 @@ public:
|
| // retrieves the topmost "column" header (th)
|
| AXObject* headerObject();
|
| // retrieves the "column" headers (th, scope) from top to bottom
|
| - void headerObjectsForColumn(AccessibilityChildrenVector&);
|
| + void headerObjectsForColumn(AXObjectVector&);
|
|
|
| AccessibilityRole roleValue() const override { return ColumnRole; }
|
|
|
|
|