| Index: Source/core/svg/SVGAnimateTransformElement.cpp
|
| diff --git a/Source/core/svg/SVGAnimateTransformElement.cpp b/Source/core/svg/SVGAnimateTransformElement.cpp
|
| index 2993f6ff2ad6f8fbaf23990b507803fb30768fa3..84ac65e75727a650bc832c3896089406a28db4ff 100644
|
| --- a/Source/core/svg/SVGAnimateTransformElement.cpp
|
| +++ b/Source/core/svg/SVGAnimateTransformElement.cpp
|
| @@ -22,7 +22,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGAnimateTransformElement.h"
|
|
|
| #include "SVGNames.h"
|
| @@ -79,5 +78,3 @@ void SVGAnimateTransformElement::parseAttribute(const QualifiedName& name, const
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|