| Index: modules/indexeddb/IDBRequest.idl
|
| diff --git a/modules/indexeddb/IDBRequest.idl b/modules/indexeddb/IDBRequest.idl
|
| index 139810f3d86cd43ba3c33a14d23b52d783381307..a52b55b029cd944e41908f876068d3e5fd51c310 100644
|
| --- a/modules/indexeddb/IDBRequest.idl
|
| +++ b/modules/indexeddb/IDBRequest.idl
|
| @@ -28,12 +28,13 @@
|
| */
|
|
|
| [
|
| - ActiveDOMObject
|
| + ActiveDOMObject,
|
| + GarbageCollected,
|
| ] interface IDBRequest : EventTarget {
|
| [RaisesException=Getter, CachedAttribute=isResultDirty] readonly attribute any result;
|
| [RaisesException=Getter] readonly attribute DOMError error;
|
|
|
| - [CallWith=ExecutionContext] readonly attribute any source;
|
| + readonly attribute any source;
|
| readonly attribute IDBTransaction transaction;
|
|
|
| // States
|
|
|