| Index: third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
|
| index 0ff8eb1068003e4a3ca60145848e23412cdd4f39..c4d3c2cc7a4715e8b6bdd9f6dfd1cdd0476055c1 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
|
| @@ -8,8 +8,8 @@
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| #include "bindings/core/v8/ScriptPromiseProperty.h"
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| +#include "core/dom/ContextLifecycleObserver.h"
|
| #include "core/dom/DOMException.h"
|
| -#include "core/frame/DOMWindowProperty.h"
|
| #include "modules/ModulesExport.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/heap/Heap.h"
|
| @@ -27,7 +27,7 @@ class WebPresentationConnectionClient;
|
| class MODULES_EXPORT PresentationReceiver final
|
| : public GarbageCollectedFinalized<PresentationReceiver>,
|
| public ScriptWrappable,
|
| - public DOMWindowProperty,
|
| + public ContextClient,
|
| public WebPresentationReceiver {
|
| USING_GARBAGE_COLLECTED_MIXIN(PresentationReceiver);
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|