Index: Source/core/svg/SVGPathSegCurvetoQuadratic.h |
diff --git a/Source/core/svg/SVGPathSegCurvetoQuadratic.h b/Source/core/svg/SVGPathSegCurvetoQuadratic.h |
index 23d5409d582957565d457d867e28073266f4b98f..f75778a153b19f32474f312fcec6650922eaae02 100644 |
--- a/Source/core/svg/SVGPathSegCurvetoQuadratic.h |
+++ b/Source/core/svg/SVGPathSegCurvetoQuadratic.h |
@@ -21,7 +21,6 @@ |
#ifndef SVGPathSegCurvetoQuadratic_h |
#define SVGPathSegCurvetoQuadratic_h |
-#if ENABLE(SVG) |
#include "core/svg/SVGPathSegWithContext.h" |
namespace WebCore { |
@@ -108,5 +107,4 @@ private: |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif |