| Index: third_party/WebKit/Source/core/html/HTMLFormElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFormElement.h b/third_party/WebKit/Source/core/html/HTMLFormElement.h
|
| index afacd30b510881f95d0879d5ebd7c18f14daad76..9bb909cbde9cd2e009faa67f6d13fdf7f6b2e006 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormElement.h
|
| @@ -128,7 +128,6 @@ private:
|
|
|
| void handleLocalEvents(Event&) override;
|
|
|
| - void attributeChanged(const QualifiedName&, const AtomicString& oldValue, const AtomicString& newValue, AttributeModificationReason) override;
|
| void parseAttribute(const QualifiedName&, const AtomicString&, const AtomicString&) override;
|
| bool isURLAttribute(const Attribute&) const override;
|
| bool hasLegalLinkAttribute(const QualifiedName&) const override;
|
|
|