Index: Source/core/svg/SVGStyledElement.cpp |
diff --git a/Source/core/svg/SVGStyledElement.cpp b/Source/core/svg/SVGStyledElement.cpp |
index eed34c754c65b2f231a3d2d89007c20658d0c0e0..3e24fad95f4c24d8ae214e9652cb708dcd48f818 100644 |
--- a/Source/core/svg/SVGStyledElement.cpp |
+++ b/Source/core/svg/SVGStyledElement.cpp |
@@ -20,7 +20,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGStyledElement.h" |
#include "HTMLNames.h" |
@@ -484,5 +483,3 @@ bool SVGStyledElement::isKeyboardFocusable(KeyboardEvent*) const |
} |
} |
- |
-#endif // ENABLE(SVG) |