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