Index: Source/core/svg/SVGAnimatedPath.cpp |
diff --git a/Source/core/svg/SVGAnimatedPath.cpp b/Source/core/svg/SVGAnimatedPath.cpp |
index b487c416dd2e309a4b73039216b206b6f6c6889c..5e5cb707b20c5e6c8442601b5faabcdca3f7dd74 100644 |
--- a/Source/core/svg/SVGAnimatedPath.cpp |
+++ b/Source/core/svg/SVGAnimatedPath.cpp |
@@ -36,7 +36,7 @@ |
namespace WebCore { |
SVGAnimatedPath::SVGAnimatedPath(SVGPathElement* contextElement, const QualifiedName& attributeName) |
- : NewSVGAnimatedProperty<SVGPathSegList>(contextElement, attributeName, SVGPathSegList::create(contextElement, PathSegUnalteredRole)) |
+ : SVGAnimatedProperty<SVGPathSegList>(contextElement, attributeName, SVGPathSegList::create(contextElement, PathSegUnalteredRole)) |
{ |
} |