Index: Source/core/svg/SVGPointList.cpp |
diff --git a/Source/core/svg/SVGPointList.cpp b/Source/core/svg/SVGPointList.cpp |
index 7cfa8f9db28c75d236a243447ca32a9801a41101..af92a76e88fadf308adda33674f37e249e81aa28 100644 |
--- a/Source/core/svg/SVGPointList.cpp |
+++ b/Source/core/svg/SVGPointList.cpp |
@@ -20,7 +20,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGPointList.h" |
#include "core/platform/graphics/FloatPoint.h" |
@@ -46,5 +45,3 @@ String SVGPointList::valueAsString() const |
} |
} |
- |
-#endif // ENABLE(SVG) |