Index: Source/core/svg/SVGLangSpace.cpp |
diff --git a/Source/core/svg/SVGLangSpace.cpp b/Source/core/svg/SVGLangSpace.cpp |
index aa6dfca77d17cf7ce70790512f3286203ea9d387..8c1d0c80f113b8101616bc157dd21ae81bf08809 100644 |
--- a/Source/core/svg/SVGLangSpace.cpp |
+++ b/Source/core/svg/SVGLangSpace.cpp |
@@ -20,7 +20,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGLangSpace.h" |
#include "XMLNames.h" |
@@ -85,5 +84,3 @@ void SVGLangSpace::addSupportedAttributes(HashSet<QualifiedName>& supportedAttri |
} |
} |
- |
-#endif // ENABLE(SVG) |