| Index: Source/core/svg/SVGAnimatedPath.cpp
|
| diff --git a/Source/core/svg/SVGAnimatedPath.cpp b/Source/core/svg/SVGAnimatedPath.cpp
|
| index 7d7d7c4eb010df8d406a731d2dc812e5ddb4cdb8..c7dafe4e09d46713697a2d1068c57bfa3f75af23 100644
|
| --- a/Source/core/svg/SVGAnimatedPath.cpp
|
| +++ b/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, PathSegUnalteredRole))
|
| + : SVGAnimatedProperty<SVGPathSegList>(contextElement, attributeName, SVGPathSegList::create(contextElement))
|
| {
|
| }
|
|
|
|
|