| 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 f725b7074414053368badcccadb1bfe0ad22643a..3b59a456fd3e8edf2618f7a93e949fea3ec9d922 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationRequest.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationRequest.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "bindings/core/v8/ActiveScriptWrappable.h"
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| -#include "core/dom/SuspendableObject.h"
|
| +#include "core/dom/ContextLifecycleObserver.h"
|
| #include "core/events/EventTarget.h"
|
| #include "modules/ModulesExport.h"
|
| #include "modules/presentation/PresentationPromiseProperty.h"
|
| @@ -22,7 +22,7 @@ namespace blink {
|
| class MODULES_EXPORT PresentationRequest final
|
| : public EventTargetWithInlineData,
|
| public ActiveScriptWrappable<PresentationRequest>,
|
| - public SuspendableObject {
|
| + public ContextLifecycleObserver {
|
| USING_GARBAGE_COLLECTED_MIXIN(PresentationRequest);
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|
|
|