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