Index: Source/core/svg/SVGFEDisplacementMapElement.cpp |
diff --git a/Source/core/svg/SVGFEDisplacementMapElement.cpp b/Source/core/svg/SVGFEDisplacementMapElement.cpp |
index 76fe43d7c96eba0879dec3aed3cd85b1eef91741..4cf581dc5ac852b3433eb95455b30fa035d12bac 100644 |
--- a/Source/core/svg/SVGFEDisplacementMapElement.cpp |
+++ b/Source/core/svg/SVGFEDisplacementMapElement.cpp |
@@ -19,7 +19,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGFEDisplacementMapElement.h" |
#include "SVGNames.h" |
@@ -166,5 +165,3 @@ PassRefPtr<FilterEffect> SVGFEDisplacementMapElement::build(SVGFilterBuilder* fi |
} |
} |
- |
-#endif // ENABLE(SVG) |