Index: Source/core/svg/SVGPolylineElement.cpp |
diff --git a/Source/core/svg/SVGPolylineElement.cpp b/Source/core/svg/SVGPolylineElement.cpp |
index 69cae9721f3c29d0a6d834c61646eb90fba00e34..a770f8c5a044c1c67268cc5813ef79573dc4ab81 100644 |
--- a/Source/core/svg/SVGPolylineElement.cpp |
+++ b/Source/core/svg/SVGPolylineElement.cpp |
@@ -20,7 +20,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "SVGNames.h" |
#include "core/svg/SVGPolylineElement.h" |
@@ -39,5 +38,3 @@ PassRefPtr<SVGPolylineElement> SVGPolylineElement::create(const QualifiedName& t |
} |
} |
- |
-#endif // ENABLE(SVG) |