| Index: Source/core/svg/properties/SVGAnimatedProperty.cpp
|
| diff --git a/Source/core/svg/properties/SVGAnimatedProperty.cpp b/Source/core/svg/properties/SVGAnimatedProperty.cpp
|
| index 93de66f92c6d8bab9e4774fd8581da113ef0f355..9406d2c32fe1ee55e78d81ac4a011cd1148abd64 100644
|
| --- a/Source/core/svg/properties/SVGAnimatedProperty.cpp
|
| +++ b/Source/core/svg/properties/SVGAnimatedProperty.cpp
|
| @@ -51,6 +51,8 @@ SVGAnimatedPropertyBase::SVGAnimatedPropertyBase(AnimatedPropertyType type, SVGE
|
|
|
| SVGAnimatedPropertyBase::~SVGAnimatedPropertyBase()
|
| {
|
| + // FIXME: Oilpan: We need to investigate why this assert fails in
|
| + // Oilpan builds.
|
| #if !ENABLE(OILPAN)
|
| ASSERT(!isAnimating());
|
| #endif
|
|
|