| Index: third_party/WebKit/Source/modules/indexeddb/DOMWindowIndexedDatabase.h
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/DOMWindowIndexedDatabase.h b/third_party/WebKit/Source/modules/indexeddb/DOMWindowIndexedDatabase.h
|
| index f773b1cab19f5d8d291a4c5eae3bffecd9872057..ec6398bb3eae0b74338751d59ef865a9b8a1fdc5 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/DOMWindowIndexedDatabase.h
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/DOMWindowIndexedDatabase.h
|
| @@ -35,7 +35,7 @@ namespace blink {
|
| class IDBFactory;
|
| class DOMWindow;
|
|
|
| -class DOMWindowIndexedDatabase final : public GarbageCollected<DOMWindowIndexedDatabase>, public HeapSupplement<LocalDOMWindow>, public DOMWindowProperty {
|
| +class DOMWindowIndexedDatabase final : public GarbageCollected<DOMWindowIndexedDatabase>, public Supplement<LocalDOMWindow>, public DOMWindowProperty {
|
| USING_GARBAGE_COLLECTED_MIXIN(DOMWindowIndexedDatabase);
|
| public:
|
| static DOMWindowIndexedDatabase& from(LocalDOMWindow&);
|
|
|