Index: Source/core/svg/SVGColor.h |
diff --git a/Source/core/svg/SVGColor.h b/Source/core/svg/SVGColor.h |
index 963a2ae734b77f2056b32f8fa7cf10da68c5717a..ed01fdf650d562c30d1257d6b8db6cc5be2134e6 100644 |
--- a/Source/core/svg/SVGColor.h |
+++ b/Source/core/svg/SVGColor.h |
@@ -22,7 +22,6 @@ |
#ifndef SVGColor_h |
#define SVGColor_h |
-#if ENABLE(SVG) |
#include "core/css/CSSValue.h" |
#include "core/platform/graphics/Color.h" |
#include <wtf/PassRefPtr.h> |
@@ -97,5 +96,4 @@ private: |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif // SVGColor_h |