Index: Source/core/svg/SVGAnimateMotionElement.h |
diff --git a/Source/core/svg/SVGAnimateMotionElement.h b/Source/core/svg/SVGAnimateMotionElement.h |
index 39937591a0fbd248f5daffeb95e7dfb470bc2c4b..b79d1907d02a47554678b332374dc2c4941e2a5c 100644 |
--- a/Source/core/svg/SVGAnimateMotionElement.h |
+++ b/Source/core/svg/SVGAnimateMotionElement.h |
@@ -32,11 +32,11 @@ class SVGAnimateMotionElement FINAL : public SVGAnimationElement { |
public: |
virtual ~SVGAnimateMotionElement(); |
- static PassRefPtr<SVGAnimateMotionElement> create(const QualifiedName&, Document&); |
+ static PassRefPtr<SVGAnimateMotionElement> create(Document&); |
void updateAnimationPath(); |
private: |
- SVGAnimateMotionElement(const QualifiedName&, Document&); |
+ explicit SVGAnimateMotionElement(Document&); |
virtual bool hasValidAttributeType(); |
virtual bool hasValidAttributeName(); |