| Index: third_party/WebKit/Source/core/svg/SVGMPathElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGMPathElement.cpp b/third_party/WebKit/Source/core/svg/SVGMPathElement.cpp
|
| index 7de98e4f75fcf902f17a1deb484dc67c61a1c2f8..4ac8a987790ab2d612422aef427521ec4bb5f24f 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGMPathElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGMPathElement.cpp
|
| @@ -29,7 +29,7 @@ namespace blink {
|
|
|
| inline SVGMPathElement::SVGMPathElement(Document& document)
|
| : SVGElement(SVGNames::mpathTag, document), SVGURIReference(this) {
|
| - ASSERT(RuntimeEnabledFeatures::smilEnabled());
|
| + DCHECK(RuntimeEnabledFeatures::smilEnabled());
|
| }
|
|
|
| DEFINE_TRACE(SVGMPathElement) {
|
|
|