| Index: third_party/WebKit/Source/core/html/HTMLButtonElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLButtonElement.h b/third_party/WebKit/Source/core/html/HTMLButtonElement.h
|
| index ef9cee6ff0d0e8b63ac3f2f4247d36845a1c369e..ffc3df03204469cbaf6df00583e191b9c2195802 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLButtonElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLButtonElement.h
|
| @@ -52,7 +52,6 @@ private:
|
| bool alwaysCreateUserAgentShadowRoot() const override { return false; }
|
|
|
| Node::InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| - void attributeChanged(const QualifiedName&, const AtomicString& oldValue, const AtomicString& newValue, AttributeModificationReason) override;
|
| void parseAttribute(const QualifiedName&, const AtomicString&, const AtomicString&) override;
|
| bool isPresentationAttribute(const QualifiedName&) const override;
|
| void defaultEventHandler(Event*) override;
|
|
|