| 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 980398ec2eaff2e0581132357ae116399908b3bb..74e7d401a37ac543133a332d087c5bc386e8ecf3 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFormElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFormElement.h
|
| @@ -114,9 +114,7 @@ class CORE_EXPORT HTMLFormElement final : public HTMLElement {
|
|
|
| void handleLocalEvents(Event&) override;
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| bool isURLAttribute(const Attribute&) const override;
|
| bool hasLegalLinkAttribute(const QualifiedName&) const override;
|
|
|
|
|