| Index: third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h b/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h
|
| index 13864e0080f82d00f869c0e4f6bbdcd92fee6bce..9a923568fd043adf849a194374ba2610fbc091d3 100644
|
| --- a/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.h
|
| @@ -48,9 +48,7 @@ class CORE_EXPORT SVGSMILElement : public SVGElement, public SVGTests {
|
| SVGSMILElement(const QualifiedName&, Document&);
|
| ~SVGSMILElement() override;
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| void svgAttributeChanged(const QualifiedName&) override;
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| void removedFrom(ContainerNode*) override;
|
|
|