| Index: Source/modules/indexeddb/IDBTransaction.h
|
| diff --git a/Source/modules/indexeddb/IDBTransaction.h b/Source/modules/indexeddb/IDBTransaction.h
|
| index 6c1227e59100a3c5643e8ada16c20519731e3f24..3c90681ac02322160f1136ffd3d040e15d847ee0 100644
|
| --- a/Source/modules/indexeddb/IDBTransaction.h
|
| +++ b/Source/modules/indexeddb/IDBTransaction.h
|
| @@ -52,7 +52,7 @@ struct IDBObjectStoreMetadata;
|
| class MODULES_EXPORT IDBTransaction final
|
| : public RefCountedGarbageCollectedEventTargetWithInlineData<IDBTransaction>
|
| , public ActiveDOMObject {
|
| - DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollected<IDBTransaction>);
|
| + REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(IDBTransaction);
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(IDBTransaction);
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
|
|