Index: third_party/WebKit/Source/modules/accessibility/AXTable.h |
diff --git a/third_party/WebKit/Source/modules/accessibility/AXTable.h b/third_party/WebKit/Source/modules/accessibility/AXTable.h |
index db4a61fb445ef632053053dee3bf09b142958cb9..36f536f31040d4029de85ed425d10bfb8769e9c0 100644 |
--- a/third_party/WebKit/Source/modules/accessibility/AXTable.h |
+++ b/third_party/WebKit/Source/modules/accessibility/AXTable.h |
@@ -68,8 +68,6 @@ public: |
unsigned columnCount(); |
unsigned rowCount(); |
- String deprecatedTitle(TextUnderElementMode) const final; |
- |
// all the cells in the table |
void cells(AXObjectVector&); |
AXTableCell* cellForColumnAndRow(unsigned column, unsigned row); |