| Index: Source/core/html/HTMLTableSectionElement.cpp
|
| diff --git a/Source/core/html/HTMLTableSectionElement.cpp b/Source/core/html/HTMLTableSectionElement.cpp
|
| index 675d480a2ba45984584edd922a10d97d5a23479d..f7cad31fcd23b73147891b05204b08c0978675d2 100644
|
| --- a/Source/core/html/HTMLTableSectionElement.cpp
|
| +++ b/Source/core/html/HTMLTableSectionElement.cpp
|
| @@ -41,7 +41,6 @@ using namespace HTMLNames;
|
| inline HTMLTableSectionElement::HTMLTableSectionElement(const QualifiedName& tagName, Document& document)
|
| : HTMLTablePartElement(tagName, document)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| DEFINE_ELEMENT_FACTORY_WITH_TAGNAME(HTMLTableSectionElement)
|
|
|