Index: Source/core/svg/SVGSVGElement.h |
diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h |
index f087c28ca0d99d7c254cd0ad3219111670e87cd8..d5e9aacd201d0bf82077e800d53b4002fb4bf38a 100644 |
--- a/Source/core/svg/SVGSVGElement.h |
+++ b/Source/core/svg/SVGSVGElement.h |
@@ -21,7 +21,6 @@ |
#ifndef SVGSVGElement_h |
#define SVGSVGElement_h |
-#if ENABLE(SVG) |
#include "core/svg/SVGAnimatedBoolean.h" |
#include "core/svg/SVGAnimatedLength.h" |
#include "core/svg/SVGAnimatedPreserveAspectRatio.h" |
@@ -197,5 +196,4 @@ inline SVGSVGElement* toSVGSVGElement(Node* node) |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif |