| Index: Source/WebCore/Modules/indexeddb/IDBIndex.cpp
|
| diff --git a/Source/WebCore/Modules/indexeddb/IDBIndex.cpp b/Source/WebCore/Modules/indexeddb/IDBIndex.cpp
|
| index d808185cf1bf517f013833cf0ff355f28635a153..f527b8baf7299d8368176181f27e9f9d66dc25c6 100644
|
| --- a/Source/WebCore/Modules/indexeddb/IDBIndex.cpp
|
| +++ b/Source/WebCore/Modules/indexeddb/IDBIndex.cpp
|
| @@ -48,6 +48,7 @@ IDBIndex::IDBIndex(const IDBIndexMetadata& metadata, IDBObjectStore* objectStore
|
| ASSERT(m_objectStore);
|
| ASSERT(m_transaction);
|
| ASSERT(m_metadata.id != IDBIndexMetadata::InvalidId);
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| IDBIndex::~IDBIndex()
|
|
|