Index: Source/core/svg/SVGAElement.cpp |
diff --git a/Source/core/svg/SVGAElement.cpp b/Source/core/svg/SVGAElement.cpp |
index dc44b342d3545c452254bb7995c3addf3f96685f..946f4760520e43825ddca37ca37b9684abfaf891 100644 |
--- a/Source/core/svg/SVGAElement.cpp |
+++ b/Source/core/svg/SVGAElement.cpp |
@@ -22,7 +22,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGAElement.h" |
#include "SVGNames.h" |
@@ -246,5 +245,3 @@ bool SVGAElement::childShouldCreateRenderer(const NodeRenderingContext& childCon |
} |
} // namespace WebCore |
- |
-#endif // ENABLE(SVG) |