| Index: Source/core/svg/SVGPointTearOff.cpp
|
| diff --git a/Source/core/svg/SVGPointTearOff.cpp b/Source/core/svg/SVGPointTearOff.cpp
|
| index 0f29a8e208729e773ffeea388b7657a005d8ec73..799cc894c70b661c49e4ce31c7c1f2b0b95d5916 100644
|
| --- a/Source/core/svg/SVGPointTearOff.cpp
|
| +++ b/Source/core/svg/SVGPointTearOff.cpp
|
| @@ -39,7 +39,7 @@
|
| namespace WebCore {
|
|
|
| SVGPointTearOff::SVGPointTearOff(PassRefPtr<SVGPoint> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
|
| - : NewSVGPropertyTearOff<SVGPoint>(target, contextElement, propertyIsAnimVal, attributeName)
|
| + : SVGPropertyTearOff<SVGPoint>(target, contextElement, propertyIsAnimVal, attributeName)
|
| {
|
| ScriptWrappable::init(this);
|
| }
|
|
|