Index: Source/core/svg/SVGAnimateElement.cpp |
diff --git a/Source/core/svg/SVGAnimateElement.cpp b/Source/core/svg/SVGAnimateElement.cpp |
index de4239b0a913554168aa819b9efe2702cdfcddab..7835b434f7594678915039fbba9ef53a003ffab8 100644 |
--- a/Source/core/svg/SVGAnimateElement.cpp |
+++ b/Source/core/svg/SVGAnimateElement.cpp |
@@ -44,9 +44,9 @@ SVGAnimateElement::SVGAnimateElement(const QualifiedName& tagName, Document& doc |
ScriptWrappable::init(this); |
} |
-PassRefPtr<SVGAnimateElement> SVGAnimateElement::create(const QualifiedName& tagName, Document& document) |
+PassRefPtr<SVGAnimateElement> SVGAnimateElement::create(Document& document) |
{ |
- return adoptRef(new SVGAnimateElement(tagName, document)); |
+ return adoptRef(new SVGAnimateElement(SVGNames::animateTag, document)); |
} |
SVGAnimateElement::~SVGAnimateElement() |