Index: Source/core/svg/SVGAnimatedTransformList.cpp |
diff --git a/Source/core/svg/SVGAnimatedTransformList.cpp b/Source/core/svg/SVGAnimatedTransformList.cpp |
index 4b955c2fc06cb9e4de1c3099fb2e33e88b0ec66f..bc11a030ace1f382f036759e20fa34aded6b2949 100644 |
--- a/Source/core/svg/SVGAnimatedTransformList.cpp |
+++ b/Source/core/svg/SVGAnimatedTransformList.cpp |
@@ -23,7 +23,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGAnimatedTransformList.h" |
#include "SVGNames.h" |
@@ -151,5 +150,3 @@ float SVGAnimatedTransformListAnimator::calculateDistance(const String& fromStri |
} |
} |
- |
-#endif // ENABLE(SVG) |