Index: Source/core/svg/SVGAnimatedInteger.cpp |
diff --git a/Source/core/svg/SVGAnimatedInteger.cpp b/Source/core/svg/SVGAnimatedInteger.cpp |
index ac3845f884e0fb0325d1151c7230908d92758065..4df71b9982898443ab42d79385cdb40163457618 100644 |
--- a/Source/core/svg/SVGAnimatedInteger.cpp |
+++ b/Source/core/svg/SVGAnimatedInteger.cpp |
@@ -19,7 +19,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGAnimatedInteger.h" |
#include "core/svg/SVGAnimateElement.h" |
@@ -102,5 +101,3 @@ float SVGAnimatedIntegerAnimator::calculateDistance(const String& fromString, co |
} |
} |
- |
-#endif // ENABLE(SVG) |