| Index: Source/core/svg/SVGGElement.cpp
|
| diff --git a/Source/core/svg/SVGGElement.cpp b/Source/core/svg/SVGGElement.cpp
|
| index abc4fe5e49334e4f8d7f1c88638f81c7fe3a299a..b80e201e425efb7648c2a18e6f0bcfe5824692e3 100644
|
| --- a/Source/core/svg/SVGGElement.cpp
|
| +++ b/Source/core/svg/SVGGElement.cpp
|
| @@ -32,7 +32,6 @@ namespace blink {
|
| inline SVGGElement::SVGGElement(Document& document, ConstructionType constructionType)
|
| : SVGGraphicsElement(SVGNames::gTag, document, constructionType)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| DEFINE_NODE_FACTORY(SVGGElement)
|
|
|