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()); |
+#endif |
} |
void SVGAnimatedPropertyBase::animationStarted() |