| Index: third_party/WebKit/Source/modules/indexeddb/IDBDatabase.idl
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.idl b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.idl
|
| index b6d72d4c1f4a505ff2dcc2a8cbce47191f77ab69..9ae28255ae55aaf2dacf8ad57d98baeaf4cab43f 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.idl
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.idl
|
| @@ -30,6 +30,7 @@
|
| Exposed=(Window,Worker),
|
| DependentLifetime,
|
| GarbageCollected,
|
| + RequiresFinalizer,
|
| ] interface IDBDatabase : EventTarget {
|
| readonly attribute DOMString name;
|
| readonly attribute unsigned long long version;
|
|
|