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