Index: Source/core/svg/SVGPathSegListSource.cpp |
diff --git a/Source/core/svg/SVGPathSegListSource.cpp b/Source/core/svg/SVGPathSegListSource.cpp |
index db3f45c4ff849c66a81c80cbc8e45127b3b945e8..2df5505067a170fc47b93852c0491ca36fbc81a5 100644 |
--- a/Source/core/svg/SVGPathSegListSource.cpp |
+++ b/Source/core/svg/SVGPathSegListSource.cpp |
@@ -19,7 +19,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGPathSegListSource.h" |
#include "core/svg/SVGPathSegArc.h" |
@@ -150,5 +149,3 @@ bool SVGPathSegListSource::parseArcToSegment(float& rx, float& ry, float& angle, |
} |
} |
- |
-#endif // ENABLE(SVG) |