| 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 2a94422bfae39ddc437db81980693b36180f4562..2211384618301f0b5b20136fd4508bfd183d7f7c 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| @@ -26,7 +26,7 @@ class PresentationController;
|
| class PresentationRequest;
|
|
|
| class PresentationConnection final
|
| - : public RefCountedGarbageCollectedEventTargetWithInlineData<PresentationConnection>
|
| + : public EventTargetWithInlineData<PresentationConnection>
|
| , public DOMWindowProperty {
|
| REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(PresentationConnection);
|
| USING_GARBAGE_COLLECTED_MIXIN(PresentationConnection);
|
|
|