| Index: Source/core/svg/SVGTransformable.cpp
|
| diff --git a/Source/core/svg/SVGTransformable.cpp b/Source/core/svg/SVGTransformable.cpp
|
| index fc65e9e2ba047abab8b88a7d9ed7edddd11e0d90..c8c8c463e478f58b18114ab8ed747bdec66f5006 100644
|
| --- a/Source/core/svg/SVGTransformable.cpp
|
| +++ b/Source/core/svg/SVGTransformable.cpp
|
| @@ -21,7 +21,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGTransformable.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -209,5 +208,3 @@ bool SVGTransformable::parseTransformAttribute(SVGTransformList& list, const UCh
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|