Index: Source/core/svg/SVGAnimationElement.cpp |
diff --git a/Source/core/svg/SVGAnimationElement.cpp b/Source/core/svg/SVGAnimationElement.cpp |
index ae647a9033ccdadfa0c0ae3f296087e838398711..1e361e4345a9b1236378c80116fe868ce73e7009 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); |
} |