Index: Source/core/svg/SVGAnimatedColor.h |
diff --git a/Source/core/svg/SVGAnimatedColor.h b/Source/core/svg/SVGAnimatedColor.h |
index b0c18b9ec7d02407690fffd7882a03a410fad5c5..4081d9deef43753900d8cd7c1b0eb5be05c267f9 100644 |
--- a/Source/core/svg/SVGAnimatedColor.h |
+++ b/Source/core/svg/SVGAnimatedColor.h |
@@ -20,7 +20,6 @@ |
#ifndef SVGAnimatedColor_h |
#define SVGAnimatedColor_h |
-#if ENABLE(SVG) |
#include "core/svg/SVGAnimatedTypeAnimator.h" |
namespace WebCore { |
@@ -43,8 +42,7 @@ public: |
virtual void calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType*, SVGAnimatedType*, SVGAnimatedType*, SVGAnimatedType*); |
virtual float calculateDistance(const String& fromString, const String& toString); |
}; |
-} // namespace WebCore |
-#endif // ENABLE(SVG) |
+} // namespace WebCore |
#endif |