Index: Source/core/svg/SVGComponentTransferFunctionElement.cpp |
diff --git a/Source/core/svg/SVGComponentTransferFunctionElement.cpp b/Source/core/svg/SVGComponentTransferFunctionElement.cpp |
index 3f985662a126b59c87ef03df560c02d3ee7805ec..39c365022d717471eae694b4e207d28d7584107b 100644 |
--- a/Source/core/svg/SVGComponentTransferFunctionElement.cpp |
+++ b/Source/core/svg/SVGComponentTransferFunctionElement.cpp |
@@ -20,7 +20,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGComponentTransferFunctionElement.h" |
#include "SVGNames.h" |
@@ -152,5 +151,3 @@ ComponentTransferFunction SVGComponentTransferFunctionElement::transferFunction( |
} |
} |
- |
-#endif // ENABLE(SVG) |