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