Index: Source/core/svg/SVGScriptElement.cpp |
diff --git a/Source/core/svg/SVGScriptElement.cpp b/Source/core/svg/SVGScriptElement.cpp |
index 472000ecc687e9bf55350a939810439c85d7b277..f7489152f519765c58f43da02fe8633fa23007ed 100644 |
--- a/Source/core/svg/SVGScriptElement.cpp |
+++ b/Source/core/svg/SVGScriptElement.cpp |
@@ -190,7 +190,7 @@ void SVGScriptElement::dispatchLoadEvent() |
dispatchEvent(Event::create(EventTypeNames::load)); |
} |
-#ifndef NDEBUG |
+#if ENABLE(ASSERT) |
bool SVGScriptElement::isAnimatableAttribute(const QualifiedName& name) const |
{ |
if (name == SVGNames::typeAttr) |