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