| Index: Source/core/svg/SVGAnimatedColor.cpp
|
| diff --git a/Source/core/svg/SVGAnimatedColor.cpp b/Source/core/svg/SVGAnimatedColor.cpp
|
| index 295860307baf06904b9fb5140672579f4b6306ea..ad478afa9aff9d42834122a742f886417dd08851 100644
|
| --- a/Source/core/svg/SVGAnimatedColor.cpp
|
| +++ b/Source/core/svg/SVGAnimatedColor.cpp
|
| @@ -19,7 +19,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGAnimatedColor.h"
|
|
|
| #include "core/rendering/RenderObject.h"
|
| @@ -111,5 +110,3 @@ float SVGAnimatedColorAnimator::calculateDistance(const String& fromString, cons
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|