Index: Source/core/svg/SVGMPathElement.cpp |
diff --git a/Source/core/svg/SVGMPathElement.cpp b/Source/core/svg/SVGMPathElement.cpp |
index 6161b488ccfbfb8c0d059786eefdd69b5635fe35..cd071bcb03185697d7dc45b5b817ef7ee7236cf8 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) |