| Index: Source/core/svg/SVGAnimateTransformElement.h
|
| diff --git a/Source/core/svg/SVGAnimateTransformElement.h b/Source/core/svg/SVGAnimateTransformElement.h
|
| index 21c80f2699175b9668448b866112d7a1da835da3..86606d8890a50b8267ff191ef6e3690bd166bea3 100644
|
| --- a/Source/core/svg/SVGAnimateTransformElement.h
|
| +++ b/Source/core/svg/SVGAnimateTransformElement.h
|
| @@ -32,12 +32,12 @@ class AffineTransform;
|
|
|
| class SVGAnimateTransformElement FINAL : public SVGAnimateElement {
|
| public:
|
| - static PassRefPtr<SVGAnimateTransformElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<SVGAnimateTransformElement> create(Document&);
|
|
|
| SVGTransform::SVGTransformType transformType() const { return m_type; }
|
|
|
| private:
|
| - SVGAnimateTransformElement(const QualifiedName&, Document&);
|
| + explicit SVGAnimateTransformElement(Document&);
|
|
|
| virtual bool hasValidAttributeType();
|
|
|
|
|