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