Index: Source/core/svg/SVGFESpecularLightingElement.cpp |
diff --git a/Source/core/svg/SVGFESpecularLightingElement.cpp b/Source/core/svg/SVGFESpecularLightingElement.cpp |
index 27582e862a1d6be37f71f8f4b03488db37839331..a139b0ddba192dcef253dc6984ae0a0b17146fc9 100644 |
--- a/Source/core/svg/SVGFESpecularLightingElement.cpp |
+++ b/Source/core/svg/SVGFESpecularLightingElement.cpp |
@@ -21,7 +21,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGFESpecularLightingElement.h" |
#include "SVGNames.h" |
@@ -240,5 +239,3 @@ PassRefPtr<FilterEffect> SVGFESpecularLightingElement::build(SVGFilterBuilder* f |
} |
} |
- |
-#endif // ENABLE(SVG) |