Chromium Code Reviews| Index: Source/core/accessibility/AXTable.h |
| diff --git a/Source/core/accessibility/AXTable.h b/Source/core/accessibility/AXTable.h |
| index c8dc8072b7470cf0744864c7c20b395321b81336..3897e10cd17f2e3ec8d3bc1d2a5c155ee122638f 100644 |
| --- a/Source/core/accessibility/AXTable.h |
| +++ b/Source/core/accessibility/AXTable.h |
| @@ -64,7 +64,6 @@ public: |
| unsigned columnCount(); |
| unsigned rowCount(); |
| - virtual int tableLevel() const OVERRIDE FINAL; |
| virtual String title() const OVERRIDE FINAL; |