Index: Source/core/svg/SVGRectTearOff.cpp |
diff --git a/Source/core/svg/SVGRectTearOff.cpp b/Source/core/svg/SVGRectTearOff.cpp |
index 64a2538c50c2656117137d6d704a5122264ff0b2..cd9c07236aa3a35c1fdbcd4282cdcb61dc3c5f19 100644 |
--- a/Source/core/svg/SVGRectTearOff.cpp |
+++ b/Source/core/svg/SVGRectTearOff.cpp |
@@ -38,7 +38,7 @@ |
namespace WebCore { |
SVGRectTearOff::SVGRectTearOff(PassRefPtr<SVGRect> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName) |
- : NewSVGPropertyTearOff<SVGRect>(target, contextElement, propertyIsAnimVal, attributeName) |
+ : SVGPropertyTearOff<SVGRect>(target, contextElement, propertyIsAnimVal, attributeName) |
{ |
ScriptWrappable::init(this); |
} |