| Index: third_party/WebKit/Source/core/svg/SVGAnimateElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimateElement.h b/third_party/WebKit/Source/core/svg/SVGAnimateElement.h
|
| index 2dbdf6856068365bfdb71b0f7e0279a68f0c8bff..5f40cd3f631f367dd5afd8e945ff11070d040c9f 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimateElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimateElement.h
|
| @@ -73,9 +73,7 @@ class CORE_EXPORT SVGAnimateElement : public SVGAnimationElement {
|
| const String& toString) final;
|
| bool isAdditive() final;
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| void svgAttributeChanged(const QualifiedName&) override;
|
|
|
| void setTargetElement(SVGElement*) final;
|
|
|