| Index: third_party/WebKit/Source/core/html/HTMLLinkElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElement.h b/third_party/WebKit/Source/core/html/HTMLLinkElement.h
|
| index 22351de853c80fea82c1c8c45258221d26943d48..37eedb725436ad022f45647e26130c98f2ba00eb 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLinkElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.h
|
| @@ -121,9 +121,7 @@ class CORE_EXPORT HTMLLinkElement final : public HTMLElement,
|
| static void processCallback(Node*);
|
|
|
| // From Node and subclassses
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| void removedFrom(ContainerNode*) override;
|
| bool isURLAttribute(const Attribute&) const override;
|
|
|