Chromium Code Reviews| Index: Source/core/svg/properties/SVGAnimatedProperty.cpp |
| diff --git a/Source/core/svg/properties/SVGAnimatedProperty.cpp b/Source/core/svg/properties/SVGAnimatedProperty.cpp |
| index 3506f1b286092e74f40c8fff372f313183fe3932..93de66f92c6d8bab9e4774fd8581da113ef0f355 100644 |
| --- a/Source/core/svg/properties/SVGAnimatedProperty.cpp |
| +++ b/Source/core/svg/properties/SVGAnimatedProperty.cpp |
| @@ -51,7 +51,9 @@ SVGAnimatedPropertyBase::SVGAnimatedPropertyBase(AnimatedPropertyType type, SVGE |
| SVGAnimatedPropertyBase::~SVGAnimatedPropertyBase() |
| { |
| +#if !ENABLE(OILPAN) |
| ASSERT(!isAnimating()); |
|
kouhei (in TOK)
2014/05/07 04:11:51
isAnimating() check only touches SVGAnimatedProper
Mads Ager (chromium)
2014/05/07 12:13:16
OK, thanks Kouhei. I'll add a FIXME here and file
|
| +#endif |
| } |
| void SVGAnimatedPropertyBase::animationStarted() |