| Index: Source/core/svg/SVGAnimateTransformElement.h
|
| diff --git a/Source/core/svg/SVGAnimateTransformElement.h b/Source/core/svg/SVGAnimateTransformElement.h
|
| index 9ab025264714e76390c980260bb3e9943d91d3bd..bdc13471a6276e9998d8018794482fdaa0a070b4 100644
|
| --- a/Source/core/svg/SVGAnimateTransformElement.h
|
| +++ b/Source/core/svg/SVGAnimateTransformElement.h
|
| @@ -38,9 +38,9 @@ public:
|
| private:
|
| explicit SVGAnimateTransformElement(Document&);
|
|
|
| - virtual bool hasValidAttributeType() override;
|
| + bool hasValidAttributeType() override;
|
|
|
| - virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
|
| + void parseAttribute(const QualifiedName&, const AtomicString&) override;
|
|
|
| SVGTransformType m_type;
|
| };
|
|
|