| 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 cc545aa3235ea17a113bb6f750c8a3e8aeffa193..b544484ded567268dc42b78a12e062dfb20abc0b 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<IDBTransaction>
|
| , public ActiveScriptWrappable
|
| , public ActiveDOMObject {
|
| REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(IDBTransaction);
|
|
|