Index: third_party/WebKit/Source/modules/presentation/PresentationRequest.h |
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationRequest.h b/third_party/WebKit/Source/modules/presentation/PresentationRequest.h |
index ac3d2d9b79118905bb0824e13f70bda23f258b5c..6f8aef2002c325a928c1ad963dbed9c5aef576f1 100644 |
--- a/third_party/WebKit/Source/modules/presentation/PresentationRequest.h |
+++ b/third_party/WebKit/Source/modules/presentation/PresentationRequest.h |
@@ -23,7 +23,7 @@ namespace blink { |
class MODULES_EXPORT PresentationRequest final |
: public EventTargetWithInlineData, |
public ActiveScriptWrappable<PresentationRequest>, |
- public ContextLifecycleObserver { |
+ public ContextClient { |
USING_GARBAGE_COLLECTED_MIXIN(PresentationRequest); |
DEFINE_WRAPPERTYPEINFO(); |