Index: Source/core/svg/SVGLength.h |
diff --git a/Source/core/svg/SVGLength.h b/Source/core/svg/SVGLength.h |
index 8b80f61e57bbc08fdf42944d04063c6172f120e1..3d822afa022411bf80a3d081181b7959578e96f1 100644 |
--- a/Source/core/svg/SVGLength.h |
+++ b/Source/core/svg/SVGLength.h |
@@ -21,7 +21,6 @@ |
#ifndef SVGLength_h |
#define SVGLength_h |
-#if ENABLE(SVG) |
#include "core/platform/animation/AnimationUtilities.h" |
#include "core/svg/SVGLengthContext.h" |
#include "core/svg/SVGParsingError.h" |
@@ -172,5 +171,4 @@ struct SVGPropertyTraits<SVGLength> { |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif // SVGLength_h |