| Index: Source/core/svg/SVGAnimatedNumber.cpp
|
| diff --git a/Source/core/svg/SVGAnimatedNumber.cpp b/Source/core/svg/SVGAnimatedNumber.cpp
|
| index 7d8ecb2d3ebffe530fac9fcc70f0728474b148dd..4c759eeafa6d7ed0b4ac2f95c659b91d104e8f20 100644
|
| --- a/Source/core/svg/SVGAnimatedNumber.cpp
|
| +++ b/Source/core/svg/SVGAnimatedNumber.cpp
|
| @@ -19,7 +19,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(SVG)
|
| #include "core/svg/SVGAnimatedNumber.h"
|
|
|
| #include "core/svg/SVGAnimateElement.h"
|
| @@ -111,5 +110,3 @@ float SVGAnimatedNumberAnimator::calculateDistance(const String& fromString, con
|
| }
|
|
|
| }
|
| -
|
| -#endif // ENABLE(SVG)
|
|
|