Index: Source/core/svg/SVGTitleElement.h |
diff --git a/Source/core/svg/SVGTitleElement.h b/Source/core/svg/SVGTitleElement.h |
index f8ec393f95e3163f33bad65b836388e17d34bc97..5e84bf73581d3f7a0f66c3d5f532db2e2b16f979 100644 |
--- a/Source/core/svg/SVGTitleElement.h |
+++ b/Source/core/svg/SVGTitleElement.h |
@@ -20,7 +20,6 @@ |
#ifndef SVGTitleElement_h |
#define SVGTitleElement_h |
-#if ENABLE(SVG) |
#include "core/svg/SVGLangSpace.h" |
#include "core/svg/SVGStyledElement.h" |
@@ -44,7 +43,4 @@ private: |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif |
- |
-// vim:ts=4:noet |