| Index: Source/core/svg/SVGAnimateElement.cpp
|
| diff --git a/Source/core/svg/SVGAnimateElement.cpp b/Source/core/svg/SVGAnimateElement.cpp
|
| index 014de04be14632fbd38f53affd482474d97ed67a..b212469290969935d741c70e575db201fdc642c4 100644
|
| --- a/Source/core/svg/SVGAnimateElement.cpp
|
| +++ b/Source/core/svg/SVGAnimateElement.cpp
|
| @@ -22,7 +22,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGAnimateElement.h"
|
|
|
| #include "CSSPropertyNames.h"
|
| @@ -429,5 +428,3 @@ SVGAnimatedTypeAnimator* SVGAnimateElement::ensureAnimator()
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|