Index: Source/core/svg/SVGAnimatedPath.h |
diff --git a/Source/core/svg/SVGAnimatedPath.h b/Source/core/svg/SVGAnimatedPath.h |
index 6e03c58a50a17edb497524a00c9e3ab9626fec68..be3533f564df3c774c2859a196d2ed8bb8dba6c2 100644 |
--- a/Source/core/svg/SVGAnimatedPath.h |
+++ b/Source/core/svg/SVGAnimatedPath.h |
@@ -32,13 +32,13 @@ |
#define SVGAnimatedPath_h |
#include "core/svg/SVGPathSegListTearOff.h" |
-#include "core/svg/properties/NewSVGAnimatedProperty.h" |
+#include "core/svg/properties/SVGAnimatedProperty.h" |
namespace WebCore { |
class SVGPathElement; |
-class SVGAnimatedPath : public NewSVGAnimatedProperty<SVGPathSegList> { |
+class SVGAnimatedPath : public SVGAnimatedProperty<SVGPathSegList> { |
public: |
virtual ~SVGAnimatedPath(); |