Index: Source/core/svg/SVGFEFloodElement.h |
diff --git a/Source/core/svg/SVGFEFloodElement.h b/Source/core/svg/SVGFEFloodElement.h |
index a67b380ef8db28be55da4e1903141ff3689c1de0..2deab5f60ece1aa61d3e9bcb7eb030de6b250b6b 100644 |
--- a/Source/core/svg/SVGFEFloodElement.h |
+++ b/Source/core/svg/SVGFEFloodElement.h |
@@ -21,7 +21,6 @@ |
#ifndef SVGFEFloodElement_h |
#define SVGFEFloodElement_h |
-#if ENABLE(SVG) |
#include "core/platform/graphics/filters/FEFlood.h" |
#include "core/svg/SVGFilterPrimitiveStandardAttributes.h" |
@@ -40,5 +39,4 @@ private: |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif |