| Index: Source/modules/indexeddb/IDBObjectStore.idl
|
| diff --git a/Source/modules/indexeddb/IDBObjectStore.idl b/Source/modules/indexeddb/IDBObjectStore.idl
|
| index 57ae7dcd84555ed41c5eb6af7851785d759719a2..ae4fc4f68d1ac0875f671b07a8ce5f55983cac37 100644
|
| --- a/Source/modules/indexeddb/IDBObjectStore.idl
|
| +++ b/Source/modules/indexeddb/IDBObjectStore.idl
|
| @@ -31,7 +31,7 @@
|
| ] interface IDBObjectStore {
|
| readonly attribute DOMString name;
|
| [CallWith=ScriptState] readonly attribute any keyPath;
|
| - readonly attribute DOMStringList indexNames;
|
| + [Measure] readonly attribute DOMStringList indexNames;
|
| readonly attribute IDBTransaction transaction;
|
| readonly attribute boolean autoIncrement;
|
|
|
|
|