Index: Source/core/svg/SVGAnimatedAngle.cpp |
diff --git a/Source/core/svg/SVGAnimatedAngle.cpp b/Source/core/svg/SVGAnimatedAngle.cpp |
index 4154959e8eb2ee3fa7fd8ffbaec4278efd3b89bf..857248fe3532556145aa2547bfcebed555c79af7 100644 |
--- a/Source/core/svg/SVGAnimatedAngle.cpp |
+++ b/Source/core/svg/SVGAnimatedAngle.cpp |
@@ -19,7 +19,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGAnimatedAngle.h" |
#include "core/svg/SVGAnimateElement.h" |
@@ -158,5 +157,3 @@ float SVGAnimatedAngleAnimator::calculateDistance(const String& fromString, cons |
} |
} |
- |
-#endif // ENABLE(SVG) |