Index: Source/core/svg/SVGNumberTearOff.h |
diff --git a/Source/core/svg/SVGNumberTearOff.h b/Source/core/svg/SVGNumberTearOff.h |
index 69cff2729ee194bf32bf9915e36db0a4b222e6a7..d501835089f6789e67b9ddd438915b51828511ba 100644 |
--- a/Source/core/svg/SVGNumberTearOff.h |
+++ b/Source/core/svg/SVGNumberTearOff.h |
@@ -33,13 +33,13 @@ |
#include "bindings/v8/ScriptWrappable.h" |
#include "core/svg/SVGNumber.h" |
-#include "core/svg/properties/NewSVGPropertyTearOff.h" |
+#include "core/svg/properties/SVGPropertyTearOff.h" |
namespace WebCore { |
class SVGMatrix; |
-class SVGNumberTearOff : public NewSVGPropertyTearOff<SVGNumber>, public ScriptWrappable { |
+class SVGNumberTearOff : public SVGPropertyTearOff<SVGNumber>, public ScriptWrappable { |
public: |
static PassRefPtr<SVGNumberTearOff> create(PassRefPtr<SVGNumber> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = nullQName()) |
{ |