| Index: Source/core/svg/SVGSwitchElement.cpp
|
| diff --git a/Source/core/svg/SVGSwitchElement.cpp b/Source/core/svg/SVGSwitchElement.cpp
|
| index 539ef59f991d8a9a9a474993bc21988c8716b08c..ea35d6341eb9aad1991879857dd9a775c1b061af 100644
|
| --- a/Source/core/svg/SVGSwitchElement.cpp
|
| +++ b/Source/core/svg/SVGSwitchElement.cpp
|
| @@ -38,7 +38,6 @@ inline SVGSwitchElement::SVGSwitchElement(Document& document)
|
| : SVGGraphicsElement(SVGNames::switchTag, document)
|
| {
|
| ScriptWrappable::init(this);
|
| - registerAnimatedPropertiesForSVGSwitchElement();
|
|
|
| UseCounter::count(document, UseCounter::SVGSwitchElement);
|
| }
|
|
|