| Index: third_party/WebKit/Source/core/html/HTMLBaseElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLBaseElement.h b/third_party/WebKit/Source/core/html/HTMLBaseElement.h
|
| index cad8a85ac9e413184c243717365e3cecec85ca79..e907b1cb43e5e83d20eb7bb3ca91f9b4f042cfa0 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLBaseElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLBaseElement.h
|
| @@ -40,9 +40,7 @@ class HTMLBaseElement final : public HTMLElement {
|
| explicit HTMLBaseElement(Document&);
|
|
|
| bool isURLAttribute(const Attribute&) const override;
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| void removedFrom(ContainerNode*) override;
|
| };
|
|
|