| Index: third_party/WebKit/Source/modules/indexeddb/IndexedDBClient.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IndexedDBClient.h b/third_party/WebKit/Source/modules/indexeddb/IndexedDBClient.h
|
| index 560726b4d79d4dd6d5de774375faab104d13d1af..3c65ee99fb418677ef61efa3186bf3d90d7ad957 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IndexedDBClient.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IndexedDBClient.h
|
| @@ -39,7 +39,7 @@ class ExecutionContext;
|
| class LocalFrame;
|
| class WorkerClients;
|
|
|
| -class MODULES_EXPORT IndexedDBClient : public Supplement<LocalFrame>, public Supplement<WorkerClients>, public GarbageCollectedFinalized<IndexedDBClient> {
|
| +class MODULES_EXPORT IndexedDBClient : public GarbageCollectedFinalized<IndexedDBClient>, public Supplement<LocalFrame>, public Supplement<WorkerClients> {
|
| USING_GARBAGE_COLLECTED_MIXIN(IndexedDBClient);
|
| WTF_MAKE_NONCOPYABLE(IndexedDBClient);
|
| public:
|
|
|