Index: Source/core/svg/SVGAnimateTransformElement.h |
diff --git a/Source/core/svg/SVGAnimateTransformElement.h b/Source/core/svg/SVGAnimateTransformElement.h |
index cb19200b66a577bb3da5be998a65e8d3539023f3..21c80f2699175b9668448b866112d7a1da835da3 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(const QualifiedName&, Document&); |
SVGTransform::SVGTransformType transformType() const { return m_type; } |
private: |
- SVGAnimateTransformElement(const QualifiedName&, Document*); |
+ SVGAnimateTransformElement(const QualifiedName&, Document&); |
virtual bool hasValidAttributeType(); |