| Index: Source/core/svg/SVGAnimateMotionElement.h
|
| diff --git a/Source/core/svg/SVGAnimateMotionElement.h b/Source/core/svg/SVGAnimateMotionElement.h
|
| index 3f7a579fea9ae494ee6ee7a12c654e3b4f1d032a..79c84157ae4a0e65d4a330b484fa686afb8730e4 100644
|
| --- a/Source/core/svg/SVGAnimateMotionElement.h
|
| +++ b/Source/core/svg/SVGAnimateMotionElement.h
|
| @@ -30,11 +30,11 @@ class AffineTransform;
|
|
|
| class SVGAnimateMotionElement FINAL : public SVGAnimationElement {
|
| public:
|
| - static PassRefPtr<SVGAnimateMotionElement> create(const QualifiedName&, Document*);
|
| + static PassRefPtr<SVGAnimateMotionElement> create(const QualifiedName&, Document&);
|
| void updateAnimationPath();
|
|
|
| private:
|
| - SVGAnimateMotionElement(const QualifiedName&, Document*);
|
| + SVGAnimateMotionElement(const QualifiedName&, Document&);
|
|
|
| virtual bool hasValidAttributeType();
|
| virtual bool hasValidAttributeName();
|
|
|