Index: Source/core/svg/SVGLengthList.cpp |
diff --git a/Source/core/svg/SVGLengthList.cpp b/Source/core/svg/SVGLengthList.cpp |
index 4a79067bb4aa700f12e17d519aa2c15f62a8ef48..0cf8346cd7242c520362eccb7f834d11e300a98f 100644 |
--- a/Source/core/svg/SVGLengthList.cpp |
+++ b/Source/core/svg/SVGLengthList.cpp |
@@ -20,7 +20,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGLengthList.h" |
#include "core/svg/SVGParserUtilities.h" |
@@ -70,5 +69,3 @@ String SVGLengthList::valueAsString() const |
} |
} |
- |
-#endif // ENABLE(SVG) |