| Index: Source/modules/indexeddb/IDBRequest.idl
|
| diff --git a/Source/modules/indexeddb/IDBRequest.idl b/Source/modules/indexeddb/IDBRequest.idl
|
| index f47ec29b472e56fe4f39674fbaab199a70c3095d..42694a9c078b88eff5b82228ae145816887984f7 100644
|
| --- a/Source/modules/indexeddb/IDBRequest.idl
|
| +++ b/Source/modules/indexeddb/IDBRequest.idl
|
| @@ -42,7 +42,7 @@ enum IDBRequestReadyState {
|
| GarbageCollected,
|
| ] interface IDBRequest : EventTarget {
|
| [RaisesException=Getter, CachedAttribute=isResultDirty] readonly attribute any result;
|
| - [RaisesException=Getter] readonly attribute DOMError error;
|
| + [RaisesException=Getter, Measure] readonly attribute DOMError error;
|
|
|
| readonly attribute any source;
|
| readonly attribute IDBTransaction transaction;
|
|
|