| Index: Source/core/svg/SVGStopElement.cpp
|
| diff --git a/Source/core/svg/SVGStopElement.cpp b/Source/core/svg/SVGStopElement.cpp
|
| index 2421debdbe7a73fde9a2cec151dc333181776b22..b5101fbbab2195c300845778792a69a9a9b21f72 100644
|
| --- a/Source/core/svg/SVGStopElement.cpp
|
| +++ b/Source/core/svg/SVGStopElement.cpp
|
| @@ -40,7 +40,6 @@ inline SVGStopElement::SVGStopElement(Document& document)
|
| ScriptWrappable::init(this);
|
|
|
| addToPropertyMap(m_offset);
|
| - registerAnimatedPropertiesForSVGStopElement();
|
| }
|
|
|
| PassRefPtr<SVGStopElement> SVGStopElement::create(Document& document)
|
|
|