Index: Source/core/svg/SVGPointTearOff.cpp |
diff --git a/Source/core/svg/SVGPointTearOff.cpp b/Source/core/svg/SVGPointTearOff.cpp |
index 9bee612d96e2cb20f5a8313bf82240aedc6bcda5..78faa4fe475bc333f095c7a3ea12a5a690619a3a 100644 |
--- a/Source/core/svg/SVGPointTearOff.cpp |
+++ b/Source/core/svg/SVGPointTearOff.cpp |
@@ -41,7 +41,6 @@ namespace blink { |
SVGPointTearOff::SVGPointTearOff(PassRefPtr<SVGPoint> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName) |
: SVGPropertyTearOff<SVGPoint>(target, contextElement, propertyIsAnimVal, attributeName) |
{ |
- ScriptWrappable::init(this); |
} |
void SVGPointTearOff::setX(float f, ExceptionState& exceptionState) |