| Index: third_party/WebKit/Source/modules/presentation/PresentationAvailability.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationAvailability.h b/third_party/WebKit/Source/modules/presentation/PresentationAvailability.h
|
| index 1c75d336a57319bf1aa10ce225f5d1ac1f3cde80..eeff8e04d0503d3e635cc52367abb5ed95778d60 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationAvailability.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationAvailability.h
|
| @@ -24,7 +24,7 @@ class ScriptPromiseResolver;
|
| // then subscribe to receive callbacks if the status for |url| were to
|
| // change. The object will only listen to changes when required.
|
| class MODULES_EXPORT PresentationAvailability final
|
| - : public RefCountedGarbageCollectedEventTargetWithInlineData<PresentationAvailability>
|
| + : public EventTargetWithInlineData
|
| , public ActiveScriptWrappable
|
| , public ActiveDOMObject
|
| , public PageLifecycleObserver
|
|
|