Index: Source/core/svg/SVGSwitchElement.h |
diff --git a/Source/core/svg/SVGSwitchElement.h b/Source/core/svg/SVGSwitchElement.h |
index e048691f537b91a678ab545515cf35bde0697bbd..5a37cf57da7c4cdb57e79bbd0e4d678c53d66fef 100644 |
--- a/Source/core/svg/SVGSwitchElement.h |
+++ b/Source/core/svg/SVGSwitchElement.h |
@@ -21,7 +21,6 @@ |
#ifndef SVGSwitchElement_h |
#define SVGSwitchElement_h |
-#if ENABLE(SVG) |
#include "core/svg/SVGAnimatedBoolean.h" |
#include "core/svg/SVGExternalResourcesRequired.h" |
#include "core/svg/SVGLangSpace.h" |
@@ -59,5 +58,4 @@ private: |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif |