Index: Source/core/svg/SVGFilterPrimitiveStandardAttributes.h |
diff --git a/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h b/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h |
index b55bd229a8dbcba98ab474023fd4b745e41f468e..d2b94a7640dd015a4d099c92a820360e96f1c57a 100644 |
--- a/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h |
+++ b/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h |
@@ -21,7 +21,6 @@ |
#ifndef SVGFilterPrimitiveStandardAttributes_h |
#define SVGFilterPrimitiveStandardAttributes_h |
-#if ENABLE(SVG) |
#include "core/rendering/svg/RenderSVGResourceFilter.h" |
#include "core/rendering/svg/RenderSVGResourceFilterPrimitive.h" |
#include "core/svg/SVGAnimatedLength.h" |
@@ -85,5 +84,4 @@ void invalidateFilterPrimitiveParent(SVGElement*); |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif |