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