Index: Source/core/svg/RadialGradientAttributes.h |
diff --git a/Source/core/svg/RadialGradientAttributes.h b/Source/core/svg/RadialGradientAttributes.h |
index e85b837f732ea53d422377579feed9022374d1f5..4e589c74776016acce0cecceeca0a017d7f06dfd 100644 |
--- a/Source/core/svg/RadialGradientAttributes.h |
+++ b/Source/core/svg/RadialGradientAttributes.h |
@@ -20,7 +20,6 @@ |
#ifndef RadialGradientAttributes_h |
#define RadialGradientAttributes_h |
-#if ENABLE(SVG) |
#include "core/svg/GradientAttributes.h" |
namespace WebCore { |
@@ -79,7 +78,4 @@ private: |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif |
- |
-// vim:ts=4:noet |