| Index: third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
|
| index 8ecc92e9e52a10eebf3db5bf38c53245daf74d43..a3f6c56c00ded41a230aa39bbdffbffef8322fd4 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
|
| @@ -183,7 +183,6 @@ class MODULES_EXPORT AXNodeObject : public AXObjectImpl {
|
| AXRelatedObjectVector*) const override;
|
| String Placeholder(AXNameFrom) const override;
|
| bool NameFromLabelElement() const override;
|
| - bool NameFromContents() const override;
|
|
|
| // Location
|
| void GetRelativeBounds(AXObjectImpl** out_container,
|
|
|