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