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 c7cb2c98e529e870035b14d57784504210e8d253..38d60097dc6b345121749d3fde6b36440c156601 100644 |
--- a/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h |
+++ b/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h |
@@ -44,7 +44,7 @@ public: |
void didUpdateActiveOption(int optionIndex); |
void didShow(); |
void didHide(); |
- AXObject* activeChild(); |
+ AXObject* activeDescendant() final; |
private: |
explicit AXMenuListPopup(AXObjectCacheImpl&); |