| Index: Source/modules/indexeddb/IDBTransaction.idl
|
| diff --git a/Source/modules/indexeddb/IDBTransaction.idl b/Source/modules/indexeddb/IDBTransaction.idl
|
| index f01cf2d68790e3b3faaaf47abd21f3a209a73513..8a983dad019dbaa754aba83882ea69829e712bfb 100644
|
| --- a/Source/modules/indexeddb/IDBTransaction.idl
|
| +++ b/Source/modules/indexeddb/IDBTransaction.idl
|
| @@ -41,7 +41,7 @@ enum IDBTransactionMode {
|
| ] interface IDBTransaction : EventTarget {
|
|
|
| // Properties
|
| - [RuntimeEnabled=IndexedDBExperimental] readonly attribute DOMStringList objectStoreNames;
|
| + [RuntimeEnabled=IndexedDBExperimental, Measure] readonly attribute DOMStringList objectStoreNames;
|
| readonly attribute IDBTransactionMode mode;
|
| readonly attribute IDBDatabase db;
|
| readonly attribute DOMError error;
|
|
|