| Index: third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl
|
| index 0620d7f59e84933372b898d3dd46f841c759ee83..d4f293071b2a0a0b553d104e0293819087c4230b 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl
|
| @@ -40,6 +40,7 @@ enum IDBRequestReadyState {
|
| Exposed=(Window,Worker),
|
| DependentLifetime,
|
| GarbageCollected,
|
| + RequiresFinalizer,
|
| ] interface IDBRequest : EventTarget {
|
| [RaisesException=Getter, CachedAttribute=isResultDirty] readonly attribute any result;
|
| [RaisesException=Getter] readonly attribute DOMException error;
|
|
|