| Index: third_party/WebKit/Source/modules/presentation/Presentation.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/Presentation.h b/third_party/WebKit/Source/modules/presentation/Presentation.h
|
| index 1604f5227253d334e72afa0bbc510661eea66b40..ba064cc93ffcf865fee7b814388fca4297af092d 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/Presentation.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/Presentation.h
|
| @@ -6,7 +6,7 @@
|
| #define Presentation_h
|
|
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| -#include "core/frame/DOMWindowProperty.h"
|
| +#include "core/dom/ContextLifecycleObserver.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/heap/Heap.h"
|
|
|
| @@ -22,7 +22,7 @@ class PresentationRequest;
|
| // details.
|
| class Presentation final : public GarbageCollected<Presentation>,
|
| public ScriptWrappable,
|
| - public DOMWindowProperty {
|
| + public ContextClient {
|
| USING_GARBAGE_COLLECTED_MIXIN(Presentation);
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|
|
|