| Index: third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.h
|
| diff --git a/third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.h b/third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.h
|
| index 1248c8d5c2c622995c50b0cd8be3a97aa15567b3..8a5884e32e53e4288e41dd72f8bc3a2e88a2916b 100644
|
| --- a/third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.h
|
| +++ b/third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.h
|
| @@ -31,7 +31,6 @@
|
| #ifndef DOMWindowCrypto_h
|
| #define DOMWindowCrypto_h
|
|
|
| -#include "core/dom/ContextLifecycleObserver.h"
|
| #include "core/frame/LocalDOMWindow.h"
|
| #include "platform/Supplementable.h"
|
| #include "platform/heap/Handle.h"
|
| @@ -43,8 +42,7 @@ class DOMWindow;
|
| class LocalDOMWindow;
|
|
|
| class DOMWindowCrypto final : public GarbageCollected<DOMWindowCrypto>,
|
| - public Supplement<LocalDOMWindow>,
|
| - public ContextClient {
|
| + public Supplement<LocalDOMWindow> {
|
| USING_GARBAGE_COLLECTED_MIXIN(DOMWindowCrypto);
|
|
|
| public:
|
|
|