Index: third_party/WebKit/Source/core/xml/XSLTExtensions.cpp |
diff --git a/third_party/WebKit/Source/core/xml/XSLTExtensions.cpp b/third_party/WebKit/Source/core/xml/XSLTExtensions.cpp |
index 415611a4640257f6b208b64f31c7f95cef9fa659..fc069d211e5b533f4d1583504e9d6d59fb8acae5 100644 |
--- a/third_party/WebKit/Source/core/xml/XSLTExtensions.cpp |
+++ b/third_party/WebKit/Source/core/xml/XSLTExtensions.cpp |
@@ -70,7 +70,7 @@ static void exsltNodeSetFunction(xmlXPathParserContextPtr ctxt, int nargs) |
void registerXSLTExtensions(xsltTransformContextPtr ctxt) |
{ |
- ASSERT(RuntimeEnabledFeatures::xsltEnabled()); |
+ DCHECK(RuntimeEnabledFeatures::xsltEnabled()); |
xsltRegisterExtFunction(ctxt, (const xmlChar*)"node-set", (const xmlChar*)"http://exslt.org/common", exsltNodeSetFunction); |
} |