Index: Source/core/svg/SVGTransformTearOff.cpp |
diff --git a/Source/core/svg/SVGTransformTearOff.cpp b/Source/core/svg/SVGTransformTearOff.cpp |
index c13631a788515a44b0d283fa9b1dcdfc8088b7f3..6ddf2bdf81cd23ddb5fec9c7b164708a887e5296 100644 |
--- a/Source/core/svg/SVGTransformTearOff.cpp |
+++ b/Source/core/svg/SVGTransformTearOff.cpp |
@@ -37,7 +37,7 @@ |
namespace WebCore { |
SVGTransformTearOff::SVGTransformTearOff(PassRefPtr<SVGTransform> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName) |
- : NewSVGPropertyTearOff<SVGTransform>(target, contextElement, propertyIsAnimVal, attributeName) |
+ : SVGPropertyTearOff<SVGTransform>(target, contextElement, propertyIsAnimVal, attributeName) |
{ |
ScriptWrappable::init(this); |
} |