| Index: Source/core/svg/SVGAnimatedPath.cpp
|
| diff --git a/Source/core/svg/SVGAnimatedPath.cpp b/Source/core/svg/SVGAnimatedPath.cpp
|
| index b1b9455fe18d4229f77fe1972b65403f2cb9668e..689c17b079151d7a692e96349f25816bbef15443 100644
|
| --- a/Source/core/svg/SVGAnimatedPath.cpp
|
| +++ b/Source/core/svg/SVGAnimatedPath.cpp
|
| @@ -19,7 +19,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGAnimatedPath.h"
|
|
|
| #include "core/svg/SVGAnimateElement.h"
|
| @@ -146,5 +145,3 @@ float SVGAnimatedPathAnimator::calculateDistance(const String&, const String&)
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|