| Index: Source/core/svg/properties/SVGAnimatedProperty.h
|
| diff --git a/Source/core/svg/properties/SVGAnimatedProperty.h b/Source/core/svg/properties/SVGAnimatedProperty.h
|
| index 9e866430554eb9cad03c4c75a2751d5a8818e31b..8205df00f9a714687f06031910f81e3fcf8326ec 100644
|
| --- a/Source/core/svg/properties/SVGAnimatedProperty.h
|
| +++ b/Source/core/svg/properties/SVGAnimatedProperty.h
|
| @@ -156,10 +156,10 @@ public:
|
|
|
| virtual void animationEnded() OVERRIDE
|
| {
|
| - SVGAnimatedPropertyBase::animationEnded();
|
| -
|
| ASSERT(m_currentValue);
|
| m_currentValue.clear();
|
| +
|
| + SVGAnimatedPropertyBase::animationEnded();
|
| }
|
|
|
| protected:
|
|
|