Initial patch.
[vuplus_webkit] / Source / WebCore / svg / SVGAnimatedLengthList.cpp
index 8dae3ff..88c20ba 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "config.h"
 
-#if ENABLE(SVG) && ENABLE(SVG_ANIMATION)
+#if ENABLE(SVG)
 #include "SVGAnimatedLengthList.h"
 
 #include "SVGAnimateElement.h"
@@ -136,4 +136,4 @@ float SVGAnimatedLengthListAnimator::calculateDistance(const String&, const Stri
 
 }
 
-#endif // ENABLE(SVG) && ENABLE(SVG_ANIMATION)
+#endif // ENABLE(SVG)