| Index: Source/core/svg/SVGRectTearOff.cpp
|
| diff --git a/Source/core/svg/SVGRectTearOff.cpp b/Source/core/svg/SVGRectTearOff.cpp
|
| index 12e7dc9901966a9c508257c43a394222e9bd10fd..a32a411e06ca24999d249c5ffc59092a060902e1 100644
|
| --- a/Source/core/svg/SVGRectTearOff.cpp
|
| +++ b/Source/core/svg/SVGRectTearOff.cpp
|
| @@ -40,7 +40,6 @@ namespace blink {
|
| SVGRectTearOff::SVGRectTearOff(PassRefPtr<SVGRect> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
|
| : SVGPropertyTearOff<SVGRect>(target, contextElement, propertyIsAnimVal, attributeName)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| void SVGRectTearOff::setX(float f, ExceptionState& exceptionState)
|
|
|