Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLOListElement.cpp
index 0da9e75..7cab00e 100644 (file)
@@ -40,7 +40,6 @@ inline HTMLOListElement::HTMLOListElement(Document& document)
     , m_isReversed(false)
     , m_shouldRecalculateItemCount(false)
 {
-    ScriptWrappable::init(this);
 }
 
 DEFINE_NODE_FACTORY(HTMLOListElement)