| 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 3b59a456fd3e8edf2618f7a93e949fea3ec9d922..d914c10ce8d1b41b652d49d16b9f157a9511c3bf 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationRequest.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationRequest.h
|
| @@ -22,7 +22,7 @@ namespace blink {
|
| class MODULES_EXPORT PresentationRequest final
|
| : public EventTargetWithInlineData,
|
| public ActiveScriptWrappable<PresentationRequest>,
|
| - public ContextLifecycleObserver {
|
| + public ContextClient {
|
| USING_GARBAGE_COLLECTED_MIXIN(PresentationRequest);
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|
|
|