Index: Source/core/svg/SVGMPathElement.cpp |
diff --git a/Source/core/svg/SVGMPathElement.cpp b/Source/core/svg/SVGMPathElement.cpp |
index 6161b488ccfbfb8c0d059786eefdd69b5635fe35..c46c5a9db40bdc7bf76d2a0231ada47310eef6ec 100644 |
--- a/Source/core/svg/SVGMPathElement.cpp |
+++ b/Source/core/svg/SVGMPathElement.cpp |
@@ -33,6 +33,7 @@ inline SVGMPathElement::SVGMPathElement(Document& document) |
: SVGElement(SVGNames::mpathTag, document) |
, SVGURIReference(this) |
{ |
+ ASSERT(RuntimeEnabledFeatures::sMILEnabled()); |
} |
DEFINE_TRACE(SVGMPathElement) |