Index: Source/modules/indexeddb/IDBKeyRange.idl |
diff --git a/Source/modules/indexeddb/IDBKeyRange.idl b/Source/modules/indexeddb/IDBKeyRange.idl |
index 031bfca1280efe96d92dae2ddc284c2b57fadbae..9ce4719a3225bb4fe860326509dc26746c6170eb 100644 |
--- a/Source/modules/indexeddb/IDBKeyRange.idl |
+++ b/Source/modules/indexeddb/IDBKeyRange.idl |
@@ -25,8 +25,8 @@ |
[ |
] interface IDBKeyRange { |
- [ImplementedAs=lowerValue,CallWith=ExecutionContext] readonly attribute any lower; |
- [ImplementedAs=upperValue,CallWith=ExecutionContext] readonly attribute any upper; |
+ [ImplementedAs=lowerValue, CallWith=NewScriptState] readonly attribute any lower; |
+ [ImplementedAs=upperValue, CallWith=NewScriptState] readonly attribute any upper; |
readonly attribute boolean lowerOpen; |
readonly attribute boolean upperOpen; |