Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLTableCaptionElement.cpp
index 5d54243..731cd5a 100644 (file)
@@ -35,7 +35,6 @@ using namespace HTMLNames;
 inline HTMLTableCaptionElement::HTMLTableCaptionElement(Document& document)
     : HTMLElement(captionTag, document)
 {
-    ScriptWrappable::init(this);
 }
 
 DEFINE_NODE_FACTORY(HTMLTableCaptionElement)