| Index: third_party/WebKit/Source/core/html/HTMLAnchorElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLAnchorElement.h b/third_party/WebKit/Source/core/html/HTMLAnchorElement.h
|
| index 25fecb378f84413de060327d1a86dc59fb516e38..e48981020d8072cd0f254ca9f6d3f2437499d43b 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAnchorElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAnchorElement.h
|
| @@ -90,7 +90,6 @@ public:
|
| protected:
|
| HTMLAnchorElement(const QualifiedName&, Document&);
|
|
|
| - void attributeChanged(const QualifiedName&, const AtomicString& oldValue, const AtomicString& newValue, AttributeModificationReason) override;
|
| void parseAttribute(const QualifiedName&, const AtomicString&, const AtomicString&) override;
|
| bool supportsFocus() const override;
|
|
|
|
|