Index: third_party/WebKit/Source/core/svg/SVGAnimatedPath.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedPath.cpp b/third_party/WebKit/Source/core/svg/SVGAnimatedPath.cpp |
index c7dafe4e09d46713697a2d1068c57bfa3f75af23..ec29b224cab56c21afa958954a78056d51de1002 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAnimatedPath.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGAnimatedPath.cpp |
@@ -36,7 +36,7 @@ |
namespace blink { |
SVGAnimatedPath::SVGAnimatedPath(SVGPathElement* contextElement, const QualifiedName& attributeName) |
- : SVGAnimatedProperty<SVGPathSegList>(contextElement, attributeName, SVGPathSegList::create(contextElement)) |
+ : SVGAnimatedProperty<SVGPath>(contextElement, attributeName, SVGPath::create()) |
{ |
} |