Index: Source/core/svg/SVGFESpotLightElement.h |
diff --git a/Source/core/svg/SVGFESpotLightElement.h b/Source/core/svg/SVGFESpotLightElement.h |
index d49eef2126d4848756fcd7897c131d7393e3e395..2b466659772bcd3d4332302a5fd15c99f56a1049 100644 |
--- a/Source/core/svg/SVGFESpotLightElement.h |
+++ b/Source/core/svg/SVGFESpotLightElement.h |
@@ -20,7 +20,6 @@ |
#ifndef SVGFESpotLightElement_h |
#define SVGFESpotLightElement_h |
-#if ENABLE(SVG) |
#include "core/svg/SVGFELightElement.h" |
namespace WebCore { |
@@ -37,5 +36,4 @@ private: |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif |