| Index: modules/indexeddb/IDBObjectStore.idl
|
| diff --git a/modules/indexeddb/IDBObjectStore.idl b/modules/indexeddb/IDBObjectStore.idl
|
| index 9f7a6b63f95bbd79ae51a46f4e03e6fe738897cd..daa79234f594aab7f4837886161285fb36ad1a31 100644
|
| --- a/modules/indexeddb/IDBObjectStore.idl
|
| +++ b/modules/indexeddb/IDBObjectStore.idl
|
| @@ -26,7 +26,7 @@
|
| [
|
| ] interface IDBObjectStore {
|
| [TreatReturnedNullStringAs=Null] readonly attribute DOMString name;
|
| - [ImplementedAs=keyPathAny] readonly attribute IDBAny keyPath;
|
| + [CallWith=ExecutionContext] readonly attribute any keyPath;
|
| readonly attribute DOMStringList indexNames;
|
| readonly attribute IDBTransaction transaction;
|
| readonly attribute boolean autoIncrement;
|
|
|