| Index: third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| index 8e70439ed39b5ad8b29e197ebc36f83fec078ca5..ce93141fc31647282b789d818d956be814bd24a1 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| @@ -103,7 +103,7 @@ DEFINE_TRACE(SVGUseElement) {
|
| DocumentResourceClient::trace(visitor);
|
| }
|
|
|
| -#if ENABLE(ASSERT)
|
| +#if DCHECK_IS_ON()
|
| static inline bool isWellFormedDocument(Document* document) {
|
| if (document->isXMLDocument())
|
| return static_cast<XMLDocumentParser*>(document->parser())->wellFormed();
|
|
|