| Index: Source/core/svg/SVGPolyElement.cpp
|
| diff --git a/Source/core/svg/SVGPolyElement.cpp b/Source/core/svg/SVGPolyElement.cpp
|
| index eea18f4bf8b5d5c08402d20e6f15c4357fe34cac..e74e47c4b561769fc326cd08e52eebd009b7e0d7 100644
|
| --- a/Source/core/svg/SVGPolyElement.cpp
|
| +++ b/Source/core/svg/SVGPolyElement.cpp
|
| @@ -41,7 +41,6 @@ SVGPolyElement::SVGPolyElement(const QualifiedName& tagName, Document& document)
|
| , m_points(SVGAnimatedPointList::create(this, SVGNames::pointsAttr, SVGPointList::create()))
|
| {
|
| addToPropertyMap(m_points);
|
| - registerAnimatedPropertiesForSVGPolyElement();
|
| }
|
|
|
| bool SVGPolyElement::isSupportedAttribute(const QualifiedName& attrName)
|
|
|