Index: Source/core/svg/SVGPathSegCurvetoCubic.h |
diff --git a/Source/core/svg/SVGPathSegCurvetoCubic.h b/Source/core/svg/SVGPathSegCurvetoCubic.h |
index a510099c039ef6402d51b54c1639517eaf486040..e4bebdaaedbc56f64e919917d550019db1f77281 100644 |
--- a/Source/core/svg/SVGPathSegCurvetoCubic.h |
+++ b/Source/core/svg/SVGPathSegCurvetoCubic.h |
@@ -21,7 +21,6 @@ |
#ifndef SVGPathSegCurvetoCubic_h |
#define SVGPathSegCurvetoCubic_h |
-#if ENABLE(SVG) |
#include "core/svg/SVGPathSegWithContext.h" |
namespace WebCore { |
@@ -126,5 +125,4 @@ private: |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif |