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 52f585eeae0c2d3c9cf06cee69b3e5c9ced192d1..2ca40f3c14fd6d79ac7d80e75cfe97c69475fb9f 100644 |
--- a/third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h |
+++ b/third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h |
@@ -47,7 +47,7 @@ private: |
Node* node() const override { return m_element; } |
void detach() override; |
bool isDetached() const override { return !m_element; } |
- AccessibilityRole roleValue() const override { return MenuListOptionRole; } |
+ AccessibilityRole roleValue() const override; |
bool canHaveChildren() const override { return false; } |
Element* actionElement() const override; |