Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / indexeddb / IDBIndex.cpp
index 6149935..4ff2a50 100644 (file)
@@ -53,7 +53,6 @@ IDBIndex::IDBIndex(const IDBIndexMetadata& metadata, IDBObjectStore* objectStore
     ASSERT(m_objectStore);
     ASSERT(m_transaction);
     ASSERT(m_metadata.id != IDBIndexMetadata::InvalidId);
-    ScriptWrappable::init(this);
 }
 
 IDBIndex::~IDBIndex()