| Index: third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
|
| index f620d0f72ed6810d1ec43a5ae0e0a9a143bcfa9f..dd8649d39b8519cf12f85f75d1ef4d00eda7571d 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
|
| @@ -55,7 +55,7 @@ class ExceptionState;
|
| class ExecutionContext;
|
|
|
| class MODULES_EXPORT IDBDatabase final
|
| - : public RefCountedGarbageCollectedEventTargetWithInlineData<IDBDatabase>
|
| + : public EventTargetWithInlineData
|
| , public ActiveScriptWrappable
|
| , public ActiveDOMObject {
|
| REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(IDBDatabase);
|
|
|