Index: third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h |
diff --git a/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h b/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h |
index 84bb0f77ed203b267d228a5ab61052b3181c3264..616801d1c95b997936001884c6959d78c98f3173 100644 |
--- a/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h |
+++ b/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h |
@@ -46,7 +46,7 @@ public: |
void didUpdateActiveOption(int optionIndex); |
void didShow(); |
void didHide(); |
- AXObject* activeChild(); |
+ AXObject* activeDescendant() final; |
private: |
explicit AXMenuListPopup(AXObjectCacheImpl&); |