| Index: third_party/WebKit/Source/modules/accessibility/AXMenuList.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXMenuList.h b/third_party/WebKit/Source/modules/accessibility/AXMenuList.h
|
| index 3198e10b78f6fa445773190fe844c7ae0e8317f5..75a6f9d3d3062b87080fdcc489a3e46896c56975 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXMenuList.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXMenuList.h
|
| @@ -41,7 +41,7 @@ class AXMenuList final : public AXLayoutObject {
|
|
|
| bool isCollapsed() const override;
|
| AccessibilityExpanded isExpanded() const final;
|
| - bool press() const override;
|
| + bool press() override;
|
| void clearChildren() override;
|
| bool nameFromContents() const override;
|
|
|
|
|