| Index: Source/core/svg/SVGTransform.cpp
|
| diff --git a/Source/core/svg/SVGTransform.cpp b/Source/core/svg/SVGTransform.cpp
|
| index edecf881c4843bffd64f42c35efdd814e6d970b8..704534ba026f525641830accbaa34a5a2c2dc5a1 100644
|
| --- a/Source/core/svg/SVGTransform.cpp
|
| +++ b/Source/core/svg/SVGTransform.cpp
|
| @@ -20,7 +20,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGTransform.h"
|
|
|
| #include "core/platform/FloatConversion.h"
|
| @@ -203,5 +202,3 @@ String SVGTransform::valueAsString() const
|
| }
|
|
|
| } // namespace WebCore
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|