Index: Source/core/svg/SVGAngleTearOff.h |
diff --git a/Source/core/svg/SVGAngleTearOff.h b/Source/core/svg/SVGAngleTearOff.h |
index eec763b4386287d80c0803160bd3e80efaa9d86b..8d6d52084b908acc61113efec7c7ae437ba1a538 100644 |
--- a/Source/core/svg/SVGAngleTearOff.h |
+++ b/Source/core/svg/SVGAngleTearOff.h |
@@ -33,11 +33,11 @@ |
#include "bindings/v8/ScriptWrappable.h" |
#include "core/svg/SVGAngle.h" |
-#include "core/svg/properties/NewSVGPropertyTearOff.h" |
+#include "core/svg/properties/SVGPropertyTearOff.h" |
namespace WebCore { |
-class SVGAngleTearOff FINAL : public NewSVGPropertyTearOff<SVGAngle>, public ScriptWrappable { |
+class SVGAngleTearOff FINAL : public SVGPropertyTearOff<SVGAngle>, public ScriptWrappable { |
public: |
static PassRefPtr<SVGAngleTearOff> create(PassRefPtr<SVGAngle> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = nullQName()) |
{ |