Index: Source/core/svg/SVGAnimateMotionElement.cpp |
diff --git a/Source/core/svg/SVGAnimateMotionElement.cpp b/Source/core/svg/SVGAnimateMotionElement.cpp |
index 64955bb46c3666b750f7a7e1c4c0f00c71393e59..a591134267a067b2a49b5081033b785a4a2e4b58 100644 |
--- a/Source/core/svg/SVGAnimateMotionElement.cpp |
+++ b/Source/core/svg/SVGAnimateMotionElement.cpp |
@@ -21,7 +21,6 @@ |
#include "config.h" |
-#if ENABLE(SVG) |
#include "core/svg/SVGAnimateMotionElement.h" |
#include "SVGNames.h" |
@@ -336,4 +335,3 @@ void SVGAnimateMotionElement::updateAnimationMode() |
} |
} |
-#endif // ENABLE(SVG) |