| Index: Source/core/svg/SVGTransformListTearOff.cpp
|
| diff --git a/Source/core/svg/SVGTransformListTearOff.cpp b/Source/core/svg/SVGTransformListTearOff.cpp
|
| index 0def9138ba1da1a1597360f2449d1ae79cbfecc1..0652aeba3f44086f532ea7d699bac0811db1172c 100644
|
| --- a/Source/core/svg/SVGTransformListTearOff.cpp
|
| +++ b/Source/core/svg/SVGTransformListTearOff.cpp
|
| @@ -38,7 +38,7 @@
|
| namespace WebCore {
|
|
|
| SVGTransformListTearOff::SVGTransformListTearOff(PassRefPtr<SVGTransformList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = nullQName())
|
| - : NewSVGListPropertyTearOffHelper<SVGTransformListTearOff, SVGTransformList>(target, contextElement, propertyIsAnimVal, attributeName)
|
| + : SVGListPropertyTearOffHelper<SVGTransformListTearOff, SVGTransformList>(target, contextElement, propertyIsAnimVal, attributeName)
|
| {
|
| ScriptWrappable::init(this);
|
| }
|
|
|