Index: Source/core/svg/SVGPathSegListTearOff.h |
diff --git a/Source/core/svg/SVGPathSegListTearOff.h b/Source/core/svg/SVGPathSegListTearOff.h |
index a18a37347fe235ca66334a9a34ae286ba6164e87..f360f34fca57a23e7a83fd95d0238573f0afad1c 100644 |
--- a/Source/core/svg/SVGPathSegListTearOff.h |
+++ b/Source/core/svg/SVGPathSegListTearOff.h |
@@ -32,7 +32,7 @@ |
#define SVGPathSegListTearOff_h |
#include "core/svg/SVGPathSegList.h" |
-#include "core/svg/properties/NewSVGListPropertyTearOffHelper.h" |
+#include "core/svg/properties/SVGListPropertyTearOffHelper.h" |
namespace WebCore { |
@@ -57,7 +57,7 @@ public: |
}; |
class SVGPathSegListTearOff FINAL : |
- public NewSVGListPropertyTearOffHelper<SVGPathSegListTearOff, SVGPathSegList>, |
+ public SVGListPropertyTearOffHelper<SVGPathSegListTearOff, SVGPathSegList>, |
public ScriptWrappable { |
public: |
static PassRefPtr<SVGPathSegListTearOff> create(PassRefPtr<SVGPathSegList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = nullQName()) |
@@ -67,7 +67,7 @@ public: |
private: |
SVGPathSegListTearOff(PassRefPtr<SVGPathSegList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = nullQName()) |
- : NewSVGListPropertyTearOffHelper<SVGPathSegListTearOff, SVGPathSegList>(target, contextElement, propertyIsAnimVal, attributeName) |
+ : SVGListPropertyTearOffHelper<SVGPathSegListTearOff, SVGPathSegList>(target, contextElement, propertyIsAnimVal, attributeName) |
{ |
ScriptWrappable::init(this); |
} |