| Index: Source/modules/indexeddb/IDBIndex.cpp
|
| diff --git a/Source/modules/indexeddb/IDBIndex.cpp b/Source/modules/indexeddb/IDBIndex.cpp
|
| index 6149935b1dee867314e1d660725f17af0f77a074..4ff2a50167cfc63a31312ce68c338126b58c60a1 100644
|
| --- a/Source/modules/indexeddb/IDBIndex.cpp
|
| +++ b/Source/modules/indexeddb/IDBIndex.cpp
|
| @@ -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()
|
|
|