| Index: modules/indexeddb/IDBCursorWithValue.idl
|
| diff --git a/modules/indexeddb/IDBCursorWithValue.idl b/modules/indexeddb/IDBCursorWithValue.idl
|
| index d170774048d2eced6c2f9c7139c7cafe692e84f2..4f8a7801551fa5b67e642fabeb4cf54eaa0f2690 100644
|
| --- a/modules/indexeddb/IDBCursorWithValue.idl
|
| +++ b/modules/indexeddb/IDBCursorWithValue.idl
|
| @@ -24,5 +24,5 @@
|
| */
|
|
|
| interface IDBCursorWithValue : IDBCursor {
|
| - readonly attribute any value;
|
| + [CallWith=ScriptExecutionContext,CachedAttribute=isValueDirty] readonly attribute any value;
|
| };
|
|
|