Index: Source/modules/indexeddb/IDBCursorWithValue.cpp |
diff --git a/Source/modules/indexeddb/IDBCursorWithValue.cpp b/Source/modules/indexeddb/IDBCursorWithValue.cpp |
index 8180a3575e121ebbe1013593e123e22733a348d3..e6a0c3636e7aa0a5072686ad31bad278d5c1fb99 100644 |
--- a/Source/modules/indexeddb/IDBCursorWithValue.cpp |
+++ b/Source/modules/indexeddb/IDBCursorWithValue.cpp |
@@ -40,7 +40,6 @@ IDBCursorWithValue* IDBCursorWithValue::create(PassOwnPtr<WebIDBCursor> backend, |
IDBCursorWithValue::IDBCursorWithValue(PassOwnPtr<WebIDBCursor> backend, WebIDBCursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction) |
: IDBCursor(backend, direction, request, source, transaction) |
{ |
- ScriptWrappable::init(this); |
} |
IDBCursorWithValue::~IDBCursorWithValue() |