Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / quota / StorageInfo.cpp
index f324e01..a41b8d6 100644 (file)
@@ -37,7 +37,6 @@ StorageInfo::StorageInfo(unsigned long long usage, unsigned long long quota)
     : m_usage(usage)
     , m_quota(quota)
 {
-    ScriptWrappable::init(this);
 }
 
 } // namespace blink