Index: Source/core/svg/SVGFEMergeNodeElement.cpp |
diff --git a/Source/core/svg/SVGFEMergeNodeElement.cpp b/Source/core/svg/SVGFEMergeNodeElement.cpp |
index f993b508a61b63bbef2eefb2f026754257b08524..fc10e941a6b5f39c0130a52d9b9aefbbb8732cfe 100644 |
--- a/Source/core/svg/SVGFEMergeNodeElement.cpp |
+++ b/Source/core/svg/SVGFEMergeNodeElement.cpp |
@@ -20,7 +20,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGFEMergeNodeElement.h" |
#include "SVGNames.h" |
@@ -94,5 +93,3 @@ void SVGFEMergeNodeElement::svgAttributeChanged(const QualifiedName& attrName) |
} |
} |
- |
-#endif // ENABLE(SVG) |