Index: Source/core/svg/SVGPathSegMoveto.h |
diff --git a/Source/core/svg/SVGPathSegMoveto.h b/Source/core/svg/SVGPathSegMoveto.h |
index 22115023b3b2bd28f8d0941aee4367b02da6f1fe..287f9468a5899443fece47e8afb4f7efc38a08ac 100644 |
--- a/Source/core/svg/SVGPathSegMoveto.h |
+++ b/Source/core/svg/SVGPathSegMoveto.h |
@@ -21,7 +21,6 @@ |
#ifndef SVGPathSegMoveto_h |
#define SVGPathSegMoveto_h |
-#if ENABLE(SVG) |
#include "core/svg/SVGPathSegWithContext.h" |
namespace WebCore { |
@@ -62,5 +61,4 @@ private: |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif |