Index: Source/core/svg/SVGTransformListTearOff.h |
diff --git a/Source/core/svg/SVGTransformListTearOff.h b/Source/core/svg/SVGTransformListTearOff.h |
index 5e723b2d5fa3fe96f32654ea4eb4d78dcd89d70a..c73eb85232eaa750f0924fb914ace66282d05616 100644 |
--- a/Source/core/svg/SVGTransformListTearOff.h |
+++ b/Source/core/svg/SVGTransformListTearOff.h |
@@ -33,12 +33,12 @@ |
#include "core/svg/SVGTransformList.h" |
#include "core/svg/SVGTransformTearOff.h" |
-#include "core/svg/properties/NewSVGListPropertyTearOffHelper.h" |
+#include "core/svg/properties/SVGListPropertyTearOffHelper.h" |
namespace WebCore { |
class SVGTransformListTearOff FINAL : |
- public NewSVGListPropertyTearOffHelper<SVGTransformListTearOff, SVGTransformList>, |
+ public SVGListPropertyTearOffHelper<SVGTransformListTearOff, SVGTransformList>, |
public ScriptWrappable { |
public: |
static PassRefPtr<SVGTransformListTearOff> create(PassRefPtr<SVGTransformList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = nullQName()) |