Index: Source/core/svg/SVGAnimateColorElement.cpp |
diff --git a/Source/core/svg/SVGAnimateColorElement.cpp b/Source/core/svg/SVGAnimateColorElement.cpp |
index 82baf53ae41359aa19452ad24e1b8d002afe4b9e..546f7ea94790240c4f987415dba7e9dc5336c501 100644 |
--- a/Source/core/svg/SVGAnimateColorElement.cpp |
+++ b/Source/core/svg/SVGAnimateColorElement.cpp |
@@ -21,7 +21,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "SVGNames.h" |
#include "core/svg/SVGAnimateColorElement.h" |
@@ -55,5 +54,3 @@ void SVGAnimateColorElement::determinePropertyValueTypes(const String& from, con |
} |
} |
- |
-#endif // ENABLE(SVG) |