| Index: Source/modules/indexeddb/IDBCursor.cpp
|
| diff --git a/Source/modules/indexeddb/IDBCursor.cpp b/Source/modules/indexeddb/IDBCursor.cpp
|
| index e12ec1f3e86ad5cb3d96e712250f5d61d62434ab..94dc42581d5b6541005d90736194edac59d95c07 100644
|
| --- a/Source/modules/indexeddb/IDBCursor.cpp
|
| +++ b/Source/modules/indexeddb/IDBCursor.cpp
|
| @@ -69,7 +69,6 @@ IDBCursor::IDBCursor(PassOwnPtr<WebIDBCursor> backend, WebIDBCursorDirection dir
|
| ASSERT(m_request);
|
| ASSERT(m_source->type() == IDBAny::IDBObjectStoreType || m_source->type() == IDBAny::IDBIndexType);
|
| ASSERT(m_transaction);
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| IDBCursor::~IDBCursor()
|
|
|