Index: third_party/WebKit/Source/modules/accessibility/AXTableCell.h |
diff --git a/third_party/WebKit/Source/modules/accessibility/AXTableCell.h b/third_party/WebKit/Source/modules/accessibility/AXTableCell.h |
index dc418d7955d1c2490ca2d4c2c74abda34422244c..e5263496e62892390687603809e151ba8ad50f42 100644 |
--- a/third_party/WebKit/Source/modules/accessibility/AXTableCell.h |
+++ b/third_party/WebKit/Source/modules/accessibility/AXTableCell.h |
@@ -60,7 +60,7 @@ class MODULES_EXPORT AXTableCell : public AXLayoutObject { |
void SetARIAColIndexFromRow(int index) { aria_col_index_from_row_ = index; } |
protected: |
- virtual AXObject* ParentTable() const; |
+ virtual AXObjectImpl* ParentTable() const; |
AccessibilityRole DetermineAccessibilityRole() final; |
private: |