Index: Source/core/svg/SVGUseElement.cpp |
diff --git a/Source/core/svg/SVGUseElement.cpp b/Source/core/svg/SVGUseElement.cpp |
index f12d9abbdcd44d3330610980701b6978c8569ec0..a0e291367ab7b8632b2533a8adc357f59eebee84 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_ENABLED |
+#if ENABLE(ASSERT) |
static inline bool isWellFormedDocument(Document* document) |
{ |
if (document->isXMLDocument()) |