Index: Source/core/svg/SVGAnimatedType.cpp |
diff --git a/Source/core/svg/SVGAnimatedType.cpp b/Source/core/svg/SVGAnimatedType.cpp |
index b155c05c3930b6ce022ada9f97888461c91ac1ee..e8f624be9b8211ef18e88ca30fa53eae3f8785d4 100644 |
--- a/Source/core/svg/SVGAnimatedType.cpp |
+++ b/Source/core/svg/SVGAnimatedType.cpp |
@@ -19,7 +19,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGAnimatedType.h" |
#include "core/svg/SVGParserUtilities.h" |
@@ -329,5 +328,3 @@ bool SVGAnimatedType::supportsAnimVal(AnimatedPropertyType type) |
} |
} // namespace WebCore |
- |
-#endif // ENABLE(SVG) |