Index: Source/core/svg/SVGAngle.cpp |
diff --git a/Source/core/svg/SVGAngle.cpp b/Source/core/svg/SVGAngle.cpp |
index b6723934731514f271cd20cb7c82bb8ac72f9269..b550158c700e94c1bce9a457a8c88347d7291b8a 100644 |
--- a/Source/core/svg/SVGAngle.cpp |
+++ b/Source/core/svg/SVGAngle.cpp |
@@ -21,7 +21,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGAngle.h" |
#include "core/dom/ExceptionCode.h" |
@@ -241,5 +240,3 @@ void SVGAngle::convertToSpecifiedUnits(unsigned short unitType, ExceptionCode& e |
} |
} |
- |
-#endif // ENABLE(SVG) |