Index: Source/core/html/HTMLModElement.cpp |
diff --git a/Source/core/html/HTMLModElement.cpp b/Source/core/html/HTMLModElement.cpp |
index dd46940f8ffdd1b08c29041336c2065850664b42..c3e8dba4d6de019dfaa560d53edfc371ae160ff6 100644 |
--- a/Source/core/html/HTMLModElement.cpp |
+++ b/Source/core/html/HTMLModElement.cpp |
@@ -32,7 +32,6 @@ using namespace HTMLNames; |
inline HTMLModElement::HTMLModElement(const QualifiedName& tagName, Document& document) |
: HTMLElement(tagName, document) |
{ |
- ScriptWrappable::init(this); |
} |
DEFINE_ELEMENT_FACTORY_WITH_TAGNAME(HTMLModElement) |