Index: Source/core/svg/SVGPathSegLinetoVertical.h |
diff --git a/Source/core/svg/SVGPathSegLinetoVertical.h b/Source/core/svg/SVGPathSegLinetoVertical.h |
index c8b058f5f8096efdb04efd4a34ae5a48467828da..34a98e69c798f1b0ab91dd7f1c34260110abb63c 100644 |
--- a/Source/core/svg/SVGPathSegLinetoVertical.h |
+++ b/Source/core/svg/SVGPathSegLinetoVertical.h |
@@ -21,7 +21,6 @@ |
#ifndef SVGPathSegLinetoVertical_h |
#define SVGPathSegLinetoVertical_h |
-#if ENABLE(SVG) |
#include "core/svg/SVGPathSegWithContext.h" |
namespace WebCore { |
@@ -81,5 +80,4 @@ private: |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif |