| 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 6d924da9e26b12da6f8db7666760dc5ee193f728..3447fee4fbce6d9305e050c07fe81ce52db07815 100644
 | 
| --- a/third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h
 | 
| +++ b/third_party/WebKit/Source/modules/accessibility/AXMenuListOption.h
 | 
| @@ -54,7 +54,6 @@ class AXMenuListOption final : public AXMockObject {
 | 
|    bool IsDetached() const override { return !element_; }
 | 
|    AccessibilityRole RoleValue() const override;
 | 
|    bool CanHaveChildren() const override { return false; }
 | 
| -  AXObjectImpl* ComputeParent() const override;
 | 
|  
 | 
|    Element* ActionElement() const override;
 | 
|    bool IsEnabled() const override;
 | 
| 
 |