Index: Source/core/svg/SVGTextPathElement.cpp |
diff --git a/Source/core/svg/SVGTextPathElement.cpp b/Source/core/svg/SVGTextPathElement.cpp |
index dea5e2643d0272a098301dde9e3712c15c34a3d9..13a70cd5374674e081bc59f40e9f0eb4a94342ce 100644 |
--- a/Source/core/svg/SVGTextPathElement.cpp |
+++ b/Source/core/svg/SVGTextPathElement.cpp |
@@ -20,7 +20,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGTextPathElement.h" |
#include "SVGNames.h" |
@@ -200,5 +199,3 @@ bool SVGTextPathElement::selfHasRelativeLengths() const |
} |
} |
- |
-#endif // ENABLE(SVG) |