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