Index: Source/core/svg/graphics/SVGImageForContainer.cpp |
diff --git a/Source/core/svg/graphics/SVGImageForContainer.cpp b/Source/core/svg/graphics/SVGImageForContainer.cpp |
index fa6aefe1df51467d4d55d52ad4f4bc2dd0614148..edb44810153585c5cd1219b87c58d114d42dd046 100644 |
--- a/Source/core/svg/graphics/SVGImageForContainer.cpp |
+++ b/Source/core/svg/graphics/SVGImageForContainer.cpp |
@@ -20,7 +20,6 @@ |
#include "config.h" |
#include "core/svg/graphics/SVGImageForContainer.h" |
-#if ENABLE(SVG) |
#include "core/platform/graphics/FloatRect.h" |
#include "core/platform/graphics/FloatSize.h" |
#include "core/platform/graphics/Image.h" |
@@ -54,5 +53,3 @@ PassNativeImagePtr SVGImageForContainer::nativeImageForCurrentFrame() |
} |
} // namespace WebCore |
- |
-#endif // ENABLE(SVG) |