| Index: Source/modules/indexeddb/IDBCursor.idl
|
| diff --git a/Source/modules/indexeddb/IDBCursor.idl b/Source/modules/indexeddb/IDBCursor.idl
|
| index 2e375c0aaa97042ac0020d9c88ccdd68be4d5267..46641ac2f4b7dd08295431fd836949234d1b0d22 100644
|
| --- a/Source/modules/indexeddb/IDBCursor.idl
|
| +++ b/Source/modules/indexeddb/IDBCursor.idl
|
| @@ -23,7 +23,9 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface IDBCursor {
|
| +[
|
| + NoInterfaceObject,
|
| +] interface IDBCursor {
|
|
|
| readonly attribute DOMString direction;
|
| readonly attribute any key;
|
|
|