Index: Source/core/svg/SVGAnimatedLengthList.cpp |
diff --git a/Source/core/svg/SVGAnimatedLengthList.cpp b/Source/core/svg/SVGAnimatedLengthList.cpp |
index bc975ad7c3067e5feceabfbf0738e223a434dff8..cea57d9272d8f6928964ce92e25578313a0ec830 100644 |
--- a/Source/core/svg/SVGAnimatedLengthList.cpp |
+++ b/Source/core/svg/SVGAnimatedLengthList.cpp |
@@ -19,7 +19,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGAnimatedLengthList.h" |
#include "core/svg/SVGAnimateElement.h" |
@@ -134,5 +133,3 @@ float SVGAnimatedLengthListAnimator::calculateDistance(const String&, const Stri |
} |
} |
- |
-#endif // ENABLE(SVG) |