Index: Source/core/svg/SVGFEConvolveMatrixElement.cpp |
diff --git a/Source/core/svg/SVGFEConvolveMatrixElement.cpp b/Source/core/svg/SVGFEConvolveMatrixElement.cpp |
index 5aad5eca124933146390066e104b6ab2914eee19..56ad9225da6271e91f3ecb28cdf1ba75120f0e5b 100644 |
--- a/Source/core/svg/SVGFEConvolveMatrixElement.cpp |
+++ b/Source/core/svg/SVGFEConvolveMatrixElement.cpp |
@@ -19,7 +19,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGFEConvolveMatrixElement.h" |
#include "SVGNames.h" |
@@ -346,5 +345,3 @@ PassRefPtr<FilterEffect> SVGFEConvolveMatrixElement::build(SVGFilterBuilder* fil |
} |
} // namespace WebCore |
- |
-#endif // ENABLE(SVG) |