Index: Source/core/svg/SVGMetadataElement.cpp |
diff --git a/Source/core/svg/SVGMetadataElement.cpp b/Source/core/svg/SVGMetadataElement.cpp |
index d635c1f0fde2d3288dc8ae7f315f665d71766cb8..41cc3bc9c8f31c62d37af9e5ba8e046799f0d29c 100644 |
--- a/Source/core/svg/SVGMetadataElement.cpp |
+++ b/Source/core/svg/SVGMetadataElement.cpp |
@@ -28,7 +28,6 @@ namespace blink { |
inline SVGMetadataElement::SVGMetadataElement(Document& document) |
: SVGElement(SVGNames::metadataTag, document) |
{ |
- ScriptWrappable::init(this); |
} |
DEFINE_NODE_FACTORY(SVGMetadataElement) |