| Index: Source/WebCore/html/HTMLTableSectionElement.cpp
|
| diff --git a/Source/WebCore/html/HTMLTableSectionElement.cpp b/Source/WebCore/html/HTMLTableSectionElement.cpp
|
| index a73825f74fab649f106eed305dff5862fcfc5da5..ae16b7031c443a8387016841ee9c1be4a92391f0 100644
|
| --- a/Source/WebCore/html/HTMLTableSectionElement.cpp
|
| +++ b/Source/WebCore/html/HTMLTableSectionElement.cpp
|
| @@ -40,6 +40,7 @@ using namespace HTMLNames;
|
| inline HTMLTableSectionElement::HTMLTableSectionElement(const QualifiedName& tagName, Document* document)
|
| : HTMLTablePartElement(tagName, document)
|
| {
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<HTMLTableSectionElement> HTMLTableSectionElement::create(const QualifiedName& tagName, Document* document)
|
|
|