Index: Source/core/svg/SVGAnimatedBoolean.cpp |
diff --git a/Source/core/svg/SVGAnimatedBoolean.cpp b/Source/core/svg/SVGAnimatedBoolean.cpp |
index b4573a73fd224828f583b73eef28da85cdf50fa3..656bee87c8fe436079594ede0809e97c430df839 100644 |
--- a/Source/core/svg/SVGAnimatedBoolean.cpp |
+++ b/Source/core/svg/SVGAnimatedBoolean.cpp |
@@ -19,7 +19,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGAnimatedBoolean.h" |
#include "core/svg/SVGAnimateElement.h" |
@@ -87,5 +86,3 @@ float SVGAnimatedBooleanAnimator::calculateDistance(const String&, const String& |
} |
} |
- |
-#endif // ENABLE(SVG) |