Index: modules/indexeddb/IDBIndex.idl |
diff --git a/modules/indexeddb/IDBIndex.idl b/modules/indexeddb/IDBIndex.idl |
index eca9a6fcda8f95e7f5c4cf8b38f13f2c0221d586..d2607ab09720181aac93d9f09b77fae0eda5ea8b 100644 |
--- a/modules/indexeddb/IDBIndex.idl |
+++ b/modules/indexeddb/IDBIndex.idl |
@@ -27,7 +27,7 @@ |
] interface IDBIndex { |
readonly attribute DOMString name; |
readonly attribute IDBObjectStore objectStore; |
- [ImplementedAs=keyPathAny] readonly attribute IDBAny keyPath; |
+ [CallWith=ExecutionContext] readonly attribute any keyPath; |
readonly attribute boolean unique; |
readonly attribute boolean multiEntry; |