| Index: Source/modules/indexeddb/IDBTransaction.idl
|
| diff --git a/Source/modules/indexeddb/IDBTransaction.idl b/Source/modules/indexeddb/IDBTransaction.idl
|
| index f01cf2d68790e3b3faaaf47abd21f3a209a73513..0a8f63f0bc42827ba321a2af8a32923599092872 100644
|
| --- a/Source/modules/indexeddb/IDBTransaction.idl
|
| +++ b/Source/modules/indexeddb/IDBTransaction.idl
|
| @@ -44,7 +44,7 @@ enum IDBTransactionMode {
|
| [RuntimeEnabled=IndexedDBExperimental] readonly attribute DOMStringList objectStoreNames;
|
| readonly attribute IDBTransactionMode mode;
|
| readonly attribute IDBDatabase db;
|
| - readonly attribute DOMError error;
|
| + [Measure] readonly attribute DOMError error;
|
|
|
| // Methods
|
| [RaisesException] IDBObjectStore objectStore (DOMString name);
|
|
|