Index: Source/core/svg/SVGAnimationElement.cpp |
diff --git a/Source/core/svg/SVGAnimationElement.cpp b/Source/core/svg/SVGAnimationElement.cpp |
index 2df153f59a11f473d9f5a27a728ca88bfbdb7ed9..053a5fc699d5118fbbcf74c8e293f47bcc1a0ad5 100644 |
--- a/Source/core/svg/SVGAnimationElement.cpp |
+++ b/Source/core/svg/SVGAnimationElement.cpp |
@@ -24,7 +24,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGAnimationElement.h" |
#include "CSSPropertyNames.h" |
@@ -700,5 +699,3 @@ void SVGAnimationElement::checkInvalidCSSAttributeType(SVGElement* target) |
} |
} |
- |
-#endif // ENABLE(SVG) |