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 0db27902e24e9616e841eb22dbd2bf98f2fabe73..7eaee49968094fb9b8624b5b54afbab97cbb95c5 100644 |
--- a/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h |
+++ b/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h |
@@ -48,7 +48,7 @@ class AXMenuListPopup final : public AXMockObject { |
void DidUpdateActiveOption(int option_index); |
void DidShow(); |
void DidHide(); |
- AXObject* ActiveDescendant() final; |
+ AXObjectImpl* ActiveDescendant() final; |
private: |
explicit AXMenuListPopup(AXObjectCacheImpl&); |