Index: Source/core/svg/SVGStyleElement.cpp |
diff --git a/Source/core/svg/SVGStyleElement.cpp b/Source/core/svg/SVGStyleElement.cpp |
index 1e5bac55305a0ccaee730a8bb549775702e40553..927996484eaaaa86f6ce608146a4310f672c5b6d 100644 |
--- a/Source/core/svg/SVGStyleElement.cpp |
+++ b/Source/core/svg/SVGStyleElement.cpp |
@@ -22,7 +22,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGStyleElement.h" |
#include "SVGNames.h" |
@@ -158,5 +157,3 @@ void SVGStyleElement::childrenChanged(bool changedByParser, Node* beforeChange, |
} |
} |
- |
-#endif // ENABLE(SVG) |