Index: Source/core/svg/SVGAnimatedEnumeration.cpp |
diff --git a/Source/core/svg/SVGAnimatedEnumeration.cpp b/Source/core/svg/SVGAnimatedEnumeration.cpp |
index 66b6babc1de66aa46744a42ea0a07466850cc653..d23f38eaa6b05a950ddccac443b19ce4d605e131 100644 |
--- a/Source/core/svg/SVGAnimatedEnumeration.cpp |
+++ b/Source/core/svg/SVGAnimatedEnumeration.cpp |
@@ -19,7 +19,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGAnimatedEnumeration.h" |
#include "SVGNames.h" |
@@ -162,5 +161,3 @@ float SVGAnimatedEnumerationAnimator::calculateDistance(const String&, const Str |
} |
} |
- |
-#endif // ENABLE(SVG) |