| Index: Source/modules/indexeddb/IDBCursorWithValue.idl
|
| diff --git a/Source/modules/indexeddb/IDBCursorWithValue.idl b/Source/modules/indexeddb/IDBCursorWithValue.idl
|
| index d170774048d2eced6c2f9c7139c7cafe692e84f2..87b194de0ae7df80fbb0b65c6d222b2f507f36de 100644
|
| --- a/Source/modules/indexeddb/IDBCursorWithValue.idl
|
| +++ b/Source/modules/indexeddb/IDBCursorWithValue.idl
|
| @@ -23,6 +23,8 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface IDBCursorWithValue : IDBCursor {
|
| +[
|
| + NoInterfaceObject,
|
| +] interface IDBCursorWithValue : IDBCursor {
|
| readonly attribute any value;
|
| };
|
|
|