| Index: Source/modules/indexeddb/IDBDatabase.h
|
| diff --git a/Source/modules/indexeddb/IDBDatabase.h b/Source/modules/indexeddb/IDBDatabase.h
|
| index 04b75caba662947143a32c388978179d959f4933..8ab7ab27b055668aba6297f65b3ae2d664d88f9f 100644
|
| --- a/Source/modules/indexeddb/IDBDatabase.h
|
| +++ b/Source/modules/indexeddb/IDBDatabase.h
|
| @@ -51,11 +51,10 @@ class ExceptionState;
|
| class ExecutionContext;
|
|
|
| class IDBDatabase FINAL
|
| - : public RefCountedGarbageCollected<IDBDatabase>
|
| + : public GarbageCollectedFinalized<IDBDatabase>
|
| , public ScriptWrappable
|
| , public EventTargetWithInlineData
|
| , public ActiveDOMObject {
|
| - DEFINE_EVENT_TARGET_REFCOUNTING(RefCountedGarbageCollected<IDBDatabase>);
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(IDBDatabase);
|
| public:
|
| static IDBDatabase* create(ExecutionContext*, PassOwnPtr<blink::WebIDBDatabase>, IDBDatabaseCallbacks*);
|
|
|