Index: Source/core/dom/Element.cpp |
diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp |
index ad0db7a8218ae9d8e894a1e1eb4798ff47a6de0a..6b1154275a0b44e3ed28f50caa7ae56ca2a5dc8c 100644 |
--- a/Source/core/dom/Element.cpp |
+++ b/Source/core/dom/Element.cpp |
@@ -143,7 +143,6 @@ Element::Element(const QualifiedName& tagName, Document* document, ConstructionT |
: ContainerNode(document, type) |
, m_tagName(tagName) |
{ |
- ScriptWrappable::init(this); |
} |
Element::~Element() |