Index: Source/core/svg/SVGPreserveAspectRatioTearOff.cpp |
diff --git a/Source/core/svg/SVGPreserveAspectRatioTearOff.cpp b/Source/core/svg/SVGPreserveAspectRatioTearOff.cpp |
index 5cab619211c12fe4528951c3c937344beed25898..01e8f871c567f884932f64c7895304a75bdac7a5 100644 |
--- a/Source/core/svg/SVGPreserveAspectRatioTearOff.cpp |
+++ b/Source/core/svg/SVGPreserveAspectRatioTearOff.cpp |
@@ -66,7 +66,7 @@ void SVGPreserveAspectRatioTearOff::setMeetOrSlice(unsigned short meetOrSlice, E |
} |
SVGPreserveAspectRatioTearOff::SVGPreserveAspectRatioTearOff(PassRefPtr<SVGPreserveAspectRatio> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName) |
- : NewSVGPropertyTearOff<SVGPreserveAspectRatio>(target, contextElement, propertyIsAnimVal, attributeName) |
+ : SVGPropertyTearOff<SVGPreserveAspectRatio>(target, contextElement, propertyIsAnimVal, attributeName) |
{ |
ScriptWrappable::init(this); |
} |