Index: Source/core/svg/SVGUseElement.cpp |
diff --git a/Source/core/svg/SVGUseElement.cpp b/Source/core/svg/SVGUseElement.cpp |
index 79a0ec49af8e8b566a4144712d731b1f437b3907..cd17e50d79545d90b76bc8ce46bed0afb669bfb1 100644 |
--- a/Source/core/svg/SVGUseElement.cpp |
+++ b/Source/core/svg/SVGUseElement.cpp |
@@ -115,7 +115,7 @@ void SVGUseElement::parseAttribute(const QualifiedName& name, const AtomicString |
reportAttributeParsingError(parseError, name, value); |
} |
-#if !ASSERT_DISABLED |
+#if ASSERT_ENABLED |
static inline bool isWellFormedDocument(Document* document) |
{ |
if (document->isXMLDocument()) |