| 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 ef26f4b21f972f2ffee3bca2a535cfba8a869574..214a113b63a0e65d87f53f05745f3a13cec10967 100644
|
| --- a/third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.h
|
| +++ b/third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef DOMWindowCrypto_h
|
| #define DOMWindowCrypto_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 DOMWindowCrypto final : public GarbageCollected<DOMWindowCrypto>,
|
| public Supplement<LocalDOMWindow>,
|
| - public DOMWindowProperty {
|
| + public ContextClient {
|
| USING_GARBAGE_COLLECTED_MIXIN(DOMWindowCrypto);
|
|
|
| public:
|
|
|