Index: Source/core/svg/SVGPolylineElement.h |
diff --git a/Source/core/svg/SVGPolylineElement.h b/Source/core/svg/SVGPolylineElement.h |
index e5d6063819e5ea03493cebd8db5b326940206629..3f64854e663330eb533fe9186bdf672e66fe1d48 100644 |
--- a/Source/core/svg/SVGPolylineElement.h |
+++ b/Source/core/svg/SVGPolylineElement.h |
@@ -21,7 +21,6 @@ |
#ifndef SVGPolylineElement_h |
#define SVGPolylineElement_h |
-#if ENABLE(SVG) |
#include "core/svg/SVGPolyElement.h" |
namespace WebCore { |
@@ -36,5 +35,4 @@ private: |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif |