Index: Source/core/svg/SVGPaint.cpp |
diff --git a/Source/core/svg/SVGPaint.cpp b/Source/core/svg/SVGPaint.cpp |
index 73619479ea1c5017918e2a7f1284b3ff36d6f733..daed20f7b9bf2ffd5f0fc469c655acf057dc4fa0 100644 |
--- a/Source/core/svg/SVGPaint.cpp |
+++ b/Source/core/svg/SVGPaint.cpp |
@@ -21,7 +21,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGPaint.h" |
#include "core/dom/WebCoreMemoryInstrumentation.h" |
@@ -124,5 +123,3 @@ void SVGPaint::reportDescendantMemoryUsage(MemoryObjectInfo* memoryObjectInfo) c |
} |
} |
- |
-#endif // ENABLE(SVG) |