| Index: Source/WebCore/Modules/indexeddb/IDBCursor.cpp
|
| diff --git a/Source/WebCore/Modules/indexeddb/IDBCursor.cpp b/Source/WebCore/Modules/indexeddb/IDBCursor.cpp
|
| index 4cd763c4d6b344476cd62b237c280dd4269cf8cd..f4540e665e3af02abf5a077129062d47633b8a44 100644
|
| --- a/Source/WebCore/Modules/indexeddb/IDBCursor.cpp
|
| +++ b/Source/WebCore/Modules/indexeddb/IDBCursor.cpp
|
| @@ -84,6 +84,7 @@ IDBCursor::IDBCursor(PassRefPtr<IDBCursorBackendInterface> backend, IndexedDB::C
|
| ASSERT(m_request);
|
| ASSERT(m_source->type() == IDBAny::IDBObjectStoreType || m_source->type() == IDBAny::IDBIndexType);
|
| ASSERT(m_transaction);
|
| + ScriptWrappable::init(this);
|
| }
|
|
|
| IDBCursor::~IDBCursor()
|
|
|