Index: Source/core/svg/SVGAnimatedPointList.h |
diff --git a/Source/core/svg/SVGAnimatedPointList.h b/Source/core/svg/SVGAnimatedPointList.h |
index 5ea89d449f263c8ebb3b4d05ba08f26c9be44b46..d9e1de6d98228ec848500da65a6c936cd2588fa5 100644 |
--- a/Source/core/svg/SVGAnimatedPointList.h |
+++ b/Source/core/svg/SVGAnimatedPointList.h |
@@ -32,11 +32,11 @@ |
#define SVGAnimatedPointList_h |
#include "core/svg/SVGPointListTearOff.h" |
-#include "core/svg/properties/NewSVGAnimatedProperty.h" |
+#include "core/svg/properties/SVGAnimatedProperty.h" |
namespace WebCore { |
-typedef NewSVGAnimatedProperty<SVGPointList> SVGAnimatedPointList; |
+typedef SVGAnimatedProperty<SVGPointList> SVGAnimatedPointList; |
} // namespace WebCore |