| Index: Source/WebCore/html/HTMLTableCaptionElement.cpp
|
| diff --git a/Source/WebCore/html/HTMLTableCaptionElement.cpp b/Source/WebCore/html/HTMLTableCaptionElement.cpp
|
| index e80693db2da44ffc3d37ecc445546e311d87a5a3..0ef8e8aa0c8a598242dfc35b99de820229d9c729 100644
|
| --- a/Source/WebCore/html/HTMLTableCaptionElement.cpp
|
| +++ b/Source/WebCore/html/HTMLTableCaptionElement.cpp
|
| @@ -37,6 +37,7 @@ inline HTMLTableCaptionElement::HTMLTableCaptionElement(const QualifiedName& tag
|
| : HTMLElement(tagName, document)
|
| {
|
| ASSERT(hasTagName(captionTag));
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<HTMLTableCaptionElement> HTMLTableCaptionElement::create(const QualifiedName& tagName, Document* document)
|
|
|