| Index: third_party/WebKit/Source/modules/indexeddb/IDBTransaction.idl
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.idl b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.idl
|
| index abe303d05e3411679598542f209f49a887690704..e96e5c204587c2bfd34f7a356ff2c752334e747c 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.idl
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.idl
|
| @@ -37,7 +37,8 @@ enum IDBTransactionMode {
|
| [
|
| Exposed=(Window,Worker),
|
| DependentLifetime,
|
| - GarbageCollected
|
| + GarbageCollected,
|
| + RequiresFinalizer,
|
| ] interface IDBTransaction : EventTarget {
|
|
|
| // Properties
|
|
|