Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(882)

Unified Diff: third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.h

Issue 2598463004: Replace DOMWindowProperty in DOMWindow's supplements with ContextClient (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698