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