| Index: third_party/WebKit/Source/core/svg/SVGAnimationElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimationElement.h b/third_party/WebKit/Source/core/svg/SVGAnimationElement.h
|
| index f2b81dc9b329299c01f7ec448bece3e81a277daf..2aa9411d30109bda2882defb3c97a5d47e79e67e 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimationElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimationElement.h
|
| @@ -111,9 +111,7 @@ class CORE_EXPORT SVGAnimationElement : public SVGSMILElement {
|
| protected:
|
| SVGAnimationElement(const QualifiedName&, Document&);
|
|
|
| - void parseAttribute(const QualifiedName&,
|
| - const AtomicString&,
|
| - const AtomicString&) override;
|
| + void parseAttribute(const AttributeModificationParams&) override;
|
| void svgAttributeChanged(const QualifiedName&) override;
|
|
|
| String toValue() const;
|
|
|