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