Index: Source/WebCore/Modules/indexeddb/IDBCursorWithValue.cpp |
diff --git a/Source/WebCore/Modules/indexeddb/IDBCursorWithValue.cpp b/Source/WebCore/Modules/indexeddb/IDBCursorWithValue.cpp |
index 808b43525d126142a950002def1bdd862c6ec9e6..c6a9b4978409c862246e591cc8da41c917955012 100644 |
--- a/Source/WebCore/Modules/indexeddb/IDBCursorWithValue.cpp |
+++ b/Source/WebCore/Modules/indexeddb/IDBCursorWithValue.cpp |
@@ -45,6 +45,7 @@ PassRefPtr<IDBCursorWithValue> IDBCursorWithValue::fromCursor(PassRefPtr<IDBCurs |
IDBCursorWithValue::IDBCursorWithValue(PassRefPtr<IDBCursorBackendInterface> backend, IndexedDB::CursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction) |
: IDBCursor(backend, direction, request, source, transaction) |
{ |
+ ScriptWrappable::init(this); |
} |
IDBCursorWithValue::~IDBCursorWithValue() |