Index: Source/core/svg/SVGTextContentElement.cpp |
diff --git a/Source/core/svg/SVGTextContentElement.cpp b/Source/core/svg/SVGTextContentElement.cpp |
index 929ef7edbcd1a1015841eb7aaccc42ee8ef865a9..867c579c79baca2069f08c57300bd28ec690aa41 100644 |
--- a/Source/core/svg/SVGTextContentElement.cpp |
+++ b/Source/core/svg/SVGTextContentElement.cpp |
@@ -20,7 +20,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGTextContentElement.h" |
#include "CSSPropertyNames.h" |
@@ -321,5 +320,3 @@ SVGTextContentElement* SVGTextContentElement::elementFromRenderer(RenderObject* |
} |
} |
- |
-#endif // ENABLE(SVG) |