| Index: Source/WebCore/Modules/indexeddb/IDBObjectStore.cpp
|
| diff --git a/Source/WebCore/Modules/indexeddb/IDBObjectStore.cpp b/Source/WebCore/Modules/indexeddb/IDBObjectStore.cpp
|
| index 71bb2d528339c4d55a60943f39c617dd72b5e475..2c92b0ce937f238e3d2dcf73ea543e769d790d15 100644
|
| --- a/Source/WebCore/Modules/indexeddb/IDBObjectStore.cpp
|
| +++ b/Source/WebCore/Modules/indexeddb/IDBObjectStore.cpp
|
| @@ -55,6 +55,7 @@ IDBObjectStore::IDBObjectStore(const IDBObjectStoreMetadata& metadata, IDBTransa
|
| ASSERT(m_transaction);
|
| // We pass a reference to this object before it can be adopted.
|
| relaxAdoptionRequirement();
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| PassRefPtr<DOMStringList> IDBObjectStore::indexNames() const
|
|
|