Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLFrameElement.cpp
index 45451ad..38013d0 100644 (file)
@@ -38,7 +38,6 @@ inline HTMLFrameElement::HTMLFrameElement(Document& document)
     , m_frameBorder(true)
     , m_frameBorderSet(false)
 {
-    ScriptWrappable::init(this);
 }
 
 DEFINE_NODE_FACTORY(HTMLFrameElement)