Index: Source/core/svg/SVGParsingError.h |
diff --git a/Source/core/svg/SVGParsingError.h b/Source/core/svg/SVGParsingError.h |
index 1624db87acafa59d4678aa9ed790d3d9cc7788df..c0518c2097ecc99075bb72deb6f9e29f4d643990 100644 |
--- a/Source/core/svg/SVGParsingError.h |
+++ b/Source/core/svg/SVGParsingError.h |
@@ -27,8 +27,6 @@ |
#ifndef SVGParsingError_h |
#define SVGParsingError_h |
-#if ENABLE(SVG) |
- |
namespace WebCore { |
enum SVGParsingError { |
@@ -39,5 +37,4 @@ enum SVGParsingError { |
} // namespace WebCore |
-#endif // ENABLE(SVG) |
#endif // SVGParsingError_h |