| Index: third_party/WebKit/Source/modules/quota/DOMWindowQuota.h
|
| diff --git a/third_party/WebKit/Source/modules/quota/DOMWindowQuota.h b/third_party/WebKit/Source/modules/quota/DOMWindowQuota.h
|
| index cf9f56cb3f4dc3f85fd908c9b6b7f1f541b92c7d..4fbab18b13eef5320ef5723c12473b422c7f189d 100644
|
| --- a/third_party/WebKit/Source/modules/quota/DOMWindowQuota.h
|
| +++ b/third_party/WebKit/Source/modules/quota/DOMWindowQuota.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef DOMWindowQuota_h
|
| #define DOMWindowQuota_h
|
|
|
| -#include "core/frame/DOMWindowProperty.h"
|
| +#include "core/dom/ContextLifecycleObserver.h"
|
| #include "platform/Supplementable.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| @@ -43,7 +43,7 @@ class LocalDOMWindow;
|
|
|
| class DOMWindowQuota final : public GarbageCollected<DOMWindowQuota>,
|
| public Supplement<LocalDOMWindow>,
|
| - public DOMWindowProperty {
|
| + public ContextClient {
|
| USING_GARBAGE_COLLECTED_MIXIN(DOMWindowQuota);
|
|
|
| public:
|
|
|