Index: Source/core/html/HTMLTableColElement.cpp |
diff --git a/Source/core/html/HTMLTableColElement.cpp b/Source/core/html/HTMLTableColElement.cpp |
index 42a49172903531d665c87418288090d6e3acf65f..0f9bc582451a79060cc1ad373daad7e2d56803d2 100644 |
--- a/Source/core/html/HTMLTableColElement.cpp |
+++ b/Source/core/html/HTMLTableColElement.cpp |
@@ -38,7 +38,6 @@ inline HTMLTableColElement::HTMLTableColElement(const QualifiedName& tagName, Do |
: HTMLTablePartElement(tagName, document) |
, m_span(1) |
{ |
- ScriptWrappable::init(this); |
} |
DEFINE_ELEMENT_FACTORY_WITH_TAGNAME(HTMLTableColElement) |