Index: Source/modules/indexeddb/IDBCursor.idl |
diff --git a/Source/modules/indexeddb/IDBCursor.idl b/Source/modules/indexeddb/IDBCursor.idl |
index bac9c26572f33e10f001d2f901433fd13f027fad..729af7666660d655aa54e8db4425b63567a222d7 100644 |
--- a/Source/modules/indexeddb/IDBCursor.idl |
+++ b/Source/modules/indexeddb/IDBCursor.idl |
@@ -33,7 +33,8 @@ enum IDBCursorDirection { |
}; |
[ |
- GarbageCollected |
+ GarbageCollected, |
+ SetWrapperReferenceTo(IDBRequest request) |
] interface IDBCursor { |
readonly attribute IDBCursorDirection direction; |