Index: Source/core/svg/SVGTests.h |
diff --git a/Source/core/svg/SVGTests.h b/Source/core/svg/SVGTests.h |
index 6b28d23d26db48e866dceae4f7037c16a8fb17fa..19fa13f286271bcc160496881157275292aec8af 100644 |
--- a/Source/core/svg/SVGTests.h |
+++ b/Source/core/svg/SVGTests.h |
@@ -21,7 +21,6 @@ |
#ifndef SVGTests_h |
#define SVGTests_h |
-#if ENABLE(SVG) |
#include "core/svg/SVGStringList.h" |
#include "core/svg/properties/SVGAnimatedProperty.h" |
#include "core/svg/properties/SVGAnimatedPropertyMacros.h" |
@@ -72,5 +71,4 @@ private: |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif // SVGTests_h |