Index: Source/core/svg/SVGViewElement.cpp |
diff --git a/Source/core/svg/SVGViewElement.cpp b/Source/core/svg/SVGViewElement.cpp |
index 99d81558a39c75615fcf74b9b1589e5fcfbdcf85..91c5996726111aa5fc9a7c7ffd160077194b8a6a 100644 |
--- a/Source/core/svg/SVGViewElement.cpp |
+++ b/Source/core/svg/SVGViewElement.cpp |
@@ -20,7 +20,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGViewElement.h" |
#include "SVGNames.h" |
@@ -93,5 +92,3 @@ void SVGViewElement::parseAttribute(const QualifiedName& name, const AtomicStrin |
} |
} |
- |
-#endif // ENABLE(SVG) |