| Index: third_party/WebKit/Source/core/html/HTMLMapElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMapElement.h b/third_party/WebKit/Source/core/html/HTMLMapElement.h
|
| index b1a8972d786b83b99732554782c1a7db73580239..5be145dacbff11429a3b821bafa8200a8867cf10 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMapElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMapElement.h
|
| @@ -48,9 +48,7 @@ class CORE_EXPORT HTMLMapElement final : public HTMLElement {
|
| private:
|
| explicit HTMLMapElement(Document&);
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
|
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| void removedFrom(ContainerNode*) override;
|
|
|