| Index: modules/indexeddb/IDBCursorWithValue.idl
|
| diff --git a/modules/indexeddb/IDBCursorWithValue.idl b/modules/indexeddb/IDBCursorWithValue.idl
|
| index cad30a656a7c9cf8b37b768c6346709ef1658980..719aa1e02ef44447847a407702b2c709eb62f87c 100644
|
| --- a/modules/indexeddb/IDBCursorWithValue.idl
|
| +++ b/modules/indexeddb/IDBCursorWithValue.idl
|
| @@ -23,6 +23,7 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -interface IDBCursorWithValue : IDBCursor {
|
| - [CallWith=ExecutionContext,CachedAttribute=isValueDirty] readonly attribute any value;
|
| +[
|
| +] interface IDBCursorWithValue : IDBCursor {
|
| + [CallWith=ScriptState, CachedAttribute=isValueDirty] readonly attribute any value;
|
| };
|
|
|