| Index: third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h b/third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h
|
| index de15b5bd7943b910fdc858f722f3517e0aaaa952..52f585eeae0c2d3c9cf06cee69b3e5c9ced192d1 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h
|
| @@ -58,7 +58,7 @@ private:
|
| void setSelected(bool) override;
|
| bool canSetSelectedAttribute() const override;
|
| LayoutRect elementRect() const override;
|
| - String stringValue() const override;
|
| + String textAlternative(bool recursive, bool inAriaLabelledByTraversal, AXObjectSet& visited, AXNameFrom&, AXRelatedObjectVector*, NameSources*) const override;
|
| bool computeAccessibilityIsIgnored(IgnoredReasons* = nullptr) const override;
|
|
|
| RawPtrWillBeMember<HTMLOptionElement> m_element;
|
|
|