| Index: Source/core/svg/SVGGElement.cpp
|
| diff --git a/Source/core/svg/SVGGElement.cpp b/Source/core/svg/SVGGElement.cpp
|
| index 88beb1b64683bf0c49615e1daccf4cce65b69337..b22e7cee4be38b0eb067cce8348444ee60d88e0d 100644
|
| --- a/Source/core/svg/SVGGElement.cpp
|
| +++ b/Source/core/svg/SVGGElement.cpp
|
| @@ -40,7 +40,6 @@ SVGGElement::SVGGElement(Document& document, ConstructionType constructionType)
|
| : SVGGraphicsElement(SVGNames::gTag, document, constructionType)
|
| {
|
| ScriptWrappable::init(this);
|
| - registerAnimatedPropertiesForSVGGElement();
|
| }
|
|
|
| PassRefPtr<SVGGElement> SVGGElement::create(Document& document)
|
|
|