| Index: Source/core/html/HTMLTableCaptionElement.cpp
|
| diff --git a/Source/core/html/HTMLTableCaptionElement.cpp b/Source/core/html/HTMLTableCaptionElement.cpp
|
| index 5d5424319a8d6deb17122fb79ea76e4be240e59a..731cd5ab20ce9d0bff4f7ed43734a38a8717bc2a 100644
|
| --- a/Source/core/html/HTMLTableCaptionElement.cpp
|
| +++ b/Source/core/html/HTMLTableCaptionElement.cpp
|
| @@ -35,7 +35,6 @@ using namespace HTMLNames;
|
| inline HTMLTableCaptionElement::HTMLTableCaptionElement(Document& document)
|
| : HTMLElement(captionTag, document)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| DEFINE_NODE_FACTORY(HTMLTableCaptionElement)
|
|
|