| 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 0be0857b421883546cdc2756b3c93b2f19ed0141..ea038c33002e4cbcd93d0948cfc1c5111637d814 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXTableRow.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXTableRow.h
|
| @@ -49,7 +49,8 @@ class AXTableRow : public AXLayoutObject {
|
|
|
| // 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.
|
| + // Retrieves the "row" headers (th, scope) from left to right for the each
|
| + // row.
|
| virtual void headerObjectsForRow(AXObjectVector&);
|
| AXObject* parentTable() const;
|
|
|
|
|