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