Index: Source/core/svg/SVGScriptElement.h |
diff --git a/Source/core/svg/SVGScriptElement.h b/Source/core/svg/SVGScriptElement.h |
index da248136f30773248792e2d8a654cc611398ed40..e1c496a9e0c3b193a9c313fba2c1a5beaa5704a8 100644 |
--- a/Source/core/svg/SVGScriptElement.h |
+++ b/Source/core/svg/SVGScriptElement.h |
@@ -41,7 +41,7 @@ public: |
ScriptLoader* loader() const { return m_loader.get(); } |
-#ifndef NDEBUG |
+#if ENABLE(ASSERT) |
virtual bool isAnimatableAttribute(const QualifiedName&) const OVERRIDE; |
#endif |