| 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..18fe20dcb5595ef401e9541972123b3373969cf8 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<PresentationReceiver>
|
| , DOMWindowProperty {
|
| REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(PresentationReceiver);
|
| USING_GARBAGE_COLLECTED_MIXIN(PresentationReceiver);
|
|
|