| Index: Source/core/svg/SVGAngleTearOff.cpp
|
| diff --git a/Source/core/svg/SVGAngleTearOff.cpp b/Source/core/svg/SVGAngleTearOff.cpp
|
| index c1408ea7fc20c77ac18fff861eab570230a0e931..8a5f832ace8e6ee456c1aa82d5aebe6f3d21c665 100644
|
| --- a/Source/core/svg/SVGAngleTearOff.cpp
|
| +++ b/Source/core/svg/SVGAngleTearOff.cpp
|
| @@ -37,7 +37,7 @@
|
| namespace WebCore {
|
|
|
| SVGAngleTearOff::SVGAngleTearOff(PassRefPtr<SVGAngle> targetProperty, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
|
| - : NewSVGPropertyTearOff<SVGAngle>(targetProperty, contextElement, propertyIsAnimVal, attributeName)
|
| + : SVGPropertyTearOff<SVGAngle>(targetProperty, contextElement, propertyIsAnimVal, attributeName)
|
| {
|
| ScriptWrappable::init(this);
|
| }
|
|
|