summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.idl')
-rw-r--r--chromium/third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.idl5
1 files changed, 3 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.idl b/chromium/third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.idl
index 031bfca1280..fa3a088e9f2 100644
--- a/chromium/third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.idl
+++ b/chromium/third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.idl
@@ -24,9 +24,10 @@
*/
[
+ GarbageCollected
] interface IDBKeyRange {
- [ImplementedAs=lowerValue,CallWith=ExecutionContext] readonly attribute any lower;
- [ImplementedAs=upperValue,CallWith=ExecutionContext] readonly attribute any upper;
+ [ImplementedAs=lowerValue, CallWith=ScriptState] readonly attribute any lower;
+ [ImplementedAs=upperValue, CallWith=ScriptState] readonly attribute any upper;
readonly attribute boolean lowerOpen;
readonly attribute boolean upperOpen;