| Index: third_party/WebKit/Source/core/svg/SVGStyleElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGStyleElement.h b/third_party/WebKit/Source/core/svg/SVGStyleElement.h
|
| index b7f66bbdbbf48fc3e281ace5d445ec606904215d..a41936175dffd75f2f0878a54ce4b921b2afdae9 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGStyleElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGStyleElement.h
|
| @@ -57,9 +57,7 @@ class SVGStyleElement final : public SVGElement, public StyleElement {
|
| private:
|
| SVGStyleElement(Document&, bool createdByParser);
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| void didNotifySubtreeInsertionsToDocument() override;
|
| void removedFrom(ContainerNode*) override;
|
|
|