| Index: third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
|
| index f93a5c35ed520da751145e9ffd837f123db865b9..138f3578727e8b906022bb87f534d53f9562bb2c 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
|
| @@ -16,7 +16,7 @@ namespace blink {
|
| // Implements the PresentationReceiver interface from the Presentation API from
|
| // which websites can implement the receiving side of a presentation session.
|
| class PresentationReceiver final
|
| - : public RefCountedGarbageCollectedEventTargetWithInlineData<PresentationReceiver>
|
| + : public EventTargetWithInlineData
|
| , DOMWindowProperty {
|
| REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(PresentationReceiver);
|
| USING_GARBAGE_COLLECTED_MIXIN(PresentationReceiver);
|
|
|