| Index: third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationConnection.h b/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| index eb0f0c099f50918a503c06831d87e600a4a2898a..1e2ada0042c141fb3b8a06343462c7c8d52c9545 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| @@ -29,7 +29,7 @@ class PresentationConnection final
|
| : public RefCountedGarbageCollectedEventTargetWithInlineData<PresentationConnection>
|
| , public DOMWindowProperty {
|
| REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(PresentationConnection);
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(PresentationConnection);
|
| + USING_GARBAGE_COLLECTED_MIXIN(PresentationConnection);
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| // For CallbackPromiseAdapter.
|
| @@ -79,7 +79,7 @@ public:
|
|
|
| protected:
|
| // EventTarget implementation.
|
| - bool addEventListenerInternal(const AtomicString& eventType, PassRefPtrWillBeRawPtr<EventListener>, const EventListenerOptions&) override;
|
| + bool addEventListenerInternal(const AtomicString& eventType, RawPtr<EventListener>, const EventListenerOptions&) override;
|
|
|
| private:
|
| class BlobLoader;
|
|
|