| Index: Source/core/svg/SVGNumberTearOff.cpp
|
| diff --git a/Source/core/svg/SVGNumberTearOff.cpp b/Source/core/svg/SVGNumberTearOff.cpp
|
| index 534ca7aa5e509895885529f36301b5f846069033..08752a4cfd70abd62e1585cd5c6abebc08d3dc98 100644
|
| --- a/Source/core/svg/SVGNumberTearOff.cpp
|
| +++ b/Source/core/svg/SVGNumberTearOff.cpp
|
| @@ -38,7 +38,7 @@
|
| namespace WebCore {
|
|
|
| SVGNumberTearOff::SVGNumberTearOff(PassRefPtr<SVGNumber> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
|
| - : NewSVGPropertyTearOff<SVGNumber>(target, contextElement, propertyIsAnimVal, attributeName)
|
| + : SVGPropertyTearOff<SVGNumber>(target, contextElement, propertyIsAnimVal, attributeName)
|
| {
|
| ScriptWrappable::init(this);
|
| }
|
|
|