Index: third_party/WebKit/Source/modules/accessibility/AXListBox.h |
diff --git a/third_party/WebKit/Source/modules/accessibility/AXListBox.h b/third_party/WebKit/Source/modules/accessibility/AXListBox.h |
index e256ff6066a12fe170e97f83fe0278210bc6adc7..db937691985b09ce2cad90871d18c0f3d1cb569b 100644 |
--- a/third_party/WebKit/Source/modules/accessibility/AXListBox.h |
+++ b/third_party/WebKit/Source/modules/accessibility/AXListBox.h |
@@ -47,7 +47,7 @@ |
AccessibilityRole determineAccessibilityRole() final; |
bool isAXListBox() const override { return true; } |
- AXObject* activeDescendant() final; |
+ AXObject* activeDescendant() const override; |
void activeIndexChanged(); |