| Index: Source/core/svg/SVGAnimatedIntegerOptionalInteger.cpp
|
| diff --git a/Source/core/svg/SVGAnimatedIntegerOptionalInteger.cpp b/Source/core/svg/SVGAnimatedIntegerOptionalInteger.cpp
|
| index 11bb52756df8315db6d716b143b3c17c6f93b180..eb5887f059863080d5aed895ec7d372d322b85bb 100644
|
| --- a/Source/core/svg/SVGAnimatedIntegerOptionalInteger.cpp
|
| +++ b/Source/core/svg/SVGAnimatedIntegerOptionalInteger.cpp
|
| @@ -44,13 +44,6 @@ SVGAnimatedIntegerOptionalInteger::SVGAnimatedIntegerOptionalInteger(SVGElement*
|
| m_secondInteger->setParentOptionalInteger(this);
|
| }
|
|
|
| -void SVGAnimatedIntegerOptionalInteger::animationStarted()
|
| -{
|
| - SVGAnimatedPropertyCommon<SVGIntegerOptionalInteger>::animationStarted();
|
| - m_firstInteger->animationStarted();
|
| - m_secondInteger->animationStarted();
|
| -}
|
| -
|
| void SVGAnimatedIntegerOptionalInteger::setAnimatedValue(PassRefPtr<SVGPropertyBase> value)
|
| {
|
| SVGAnimatedPropertyCommon<SVGIntegerOptionalInteger>::setAnimatedValue(value);
|
|
|