| Index: third_party/WebKit/Source/core/svg/SVGScriptElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGScriptElement.h b/third_party/WebKit/Source/core/svg/SVGScriptElement.h
|
| index f68e7b79242075e77818ce073eda02a18fba42d9..f1679b5330c70943cf15d3fa5484cf228d3dff02 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGScriptElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGScriptElement.h
|
| @@ -51,9 +51,7 @@ class SVGScriptElement final : public SVGElement,
|
| private:
|
| SVGScriptElement(Document&, bool wasInsertedByParser, bool alreadyStarted);
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| void didNotifySubtreeInsertionsToDocument() override;
|
| void childrenChanged(const ChildrenChange&) override;
|
|
|