summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/SVGAnimatedInteger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGAnimatedInteger.cpp')
-rw-r--r--Source/WebCore/svg/SVGAnimatedInteger.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/Source/WebCore/svg/SVGAnimatedInteger.cpp b/Source/WebCore/svg/SVGAnimatedInteger.cpp
index 2c7f59869..c3f8c8e78 100644
--- a/Source/WebCore/svg/SVGAnimatedInteger.cpp
+++ b/Source/WebCore/svg/SVGAnimatedInteger.cpp
@@ -18,11 +18,9 @@
*/
#include "config.h"
-
-#if ENABLE(SVG)
#include "SVGAnimatedInteger.h"
-#include "SVGAnimateElement.h"
+#include "SVGAnimateElementBase.h"
#include "SVGAnimatedNumber.h"
#include <wtf/MathExtras.h>
@@ -50,7 +48,7 @@ void SVGAnimatedIntegerAnimator::stopAnimValAnimation(const SVGElementAnimatedPr
stopAnimValAnimationForType<SVGAnimatedInteger>(animatedTypes);
}
-void SVGAnimatedIntegerAnimator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType* type)
+void SVGAnimatedIntegerAnimator::resetAnimValToBaseVal(const SVGElementAnimatedPropertyList& animatedTypes, SVGAnimatedType& type)
{
resetFromBaseValue<SVGAnimatedInteger>(animatedTypes, type, &SVGAnimatedType::integer);
}
@@ -102,5 +100,3 @@ float SVGAnimatedIntegerAnimator::calculateDistance(const String& fromString, co
}
}
-
-#endif // ENABLE(SVG)