Index: Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp |
diff --git a/Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp b/Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp |
index 8e2ef44207cfc224039bd6ba9cba297a2dfd6f40..e3e55a653f0f1c844cbeb74670a8497c5ef2c9fe 100644 |
--- a/Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp |
+++ b/Source/core/svg/SVGAnimatedNumberOptionalNumber.cpp |
@@ -19,7 +19,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGAnimatedNumberOptionalNumber.h" |
#include "core/svg/SVGAnimateElement.h" |
@@ -104,5 +103,3 @@ float SVGAnimatedNumberOptionalNumberAnimator::calculateDistance(const String&, |
} |
} |
- |
-#endif // ENABLE(SVG) |