| Index: third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h
|
| index 6a8d121a16867890ccf602526e8a330a9a7ff75b..863e8f5d0b01a4ca797122147de1b1cf922c8d0e 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h
|
| @@ -50,7 +50,7 @@ class IDBOpenDBRequest;
|
| struct IDBObjectStoreMetadata;
|
|
|
| class MODULES_EXPORT IDBTransaction final
|
| - : public RefCountedGarbageCollectedEventTargetWithInlineData<IDBTransaction>
|
| + : public EventTargetWithInlineData
|
| , public ActiveScriptWrappable
|
| , public ActiveDOMObject {
|
| REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(IDBTransaction);
|
|
|