Index: Source/core/svg/SVGAnimatedString.cpp |
diff --git a/Source/core/svg/SVGAnimatedString.cpp b/Source/core/svg/SVGAnimatedString.cpp |
index 0da0ed50019eb61eaff9e47e93fdecaf966ea07a..3e335d614232691ec8002b41ced4287b5c8651bf 100644 |
--- a/Source/core/svg/SVGAnimatedString.cpp |
+++ b/Source/core/svg/SVGAnimatedString.cpp |
@@ -19,7 +19,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGAnimatedString.h" |
#include "core/svg/SVGAnimateElement.h" |
@@ -96,5 +95,3 @@ float SVGAnimatedStringAnimator::calculateDistance(const String&, const String&) |
} |
} |
- |
-#endif // ENABLE(SVG) |