| 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 299a18dc1f695423a313a151f5322d2d26151e09..83576c40f86c9959e7a8a5cb7b6092f45470e3be 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLButtonElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLButtonElement.h
|
| @@ -53,9 +53,7 @@ class HTMLButtonElement final : public HTMLFormControlElement {
|
| bool alwaysCreateUserAgentShadowRoot() const override { return false; }
|
|
|
| Node::InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| bool isPresentationAttribute(const QualifiedName&) const override;
|
| void defaultEventHandler(Event*) override;
|
|
|
|
|