Initial patch.
[vuplus_webkit] / Source / WebCore / svg / SVGAnimatedNumber.cpp
index 7767fb1..b55994b 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "config.h"
 
-#if ENABLE(SVG) && ENABLE(SVG_ANIMATION)
+#if ENABLE(SVG)
 #include "SVGAnimatedNumber.h"
 
 #include "SVGAnimateElement.h"
@@ -128,4 +128,4 @@ float SVGAnimatedNumberAnimator::calculateDistance(const String& fromString, con
 
 }
 
-#endif // ENABLE(SVG) && ENABLE(SVG_ANIMATION)
+#endif // ENABLE(SVG)