| Index: Source/core/svg/SVGAnimationElement.cpp
|
| diff --git a/Source/core/svg/SVGAnimationElement.cpp b/Source/core/svg/SVGAnimationElement.cpp
|
| index ae647a9033ccdadfa0c0ae3f296087e838398711..b16f8e0e30eae8e743cbcfc4a5a0a8c45f54f31e 100644
|
| --- a/Source/core/svg/SVGAnimationElement.cpp
|
| +++ b/Source/core/svg/SVGAnimationElement.cpp
|
| @@ -49,6 +49,7 @@ SVGAnimationElement::SVGAnimationElement(const QualifiedName& tagName, Document&
|
| , m_calcMode(CalcModeLinear)
|
| , m_animationMode(NoAnimation)
|
| {
|
| + ASSERT(RuntimeEnabledFeatures::sMILEnabled());
|
| UseCounter::count(document, UseCounter::SVGAnimationElement);
|
| }
|
|
|
|
|