| 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..9fffa03184224c2178bc7a0e8b95251d5a488945 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
|
| , public DOMWindowProperty {
|
| REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(PresentationConnection);
|
| USING_GARBAGE_COLLECTED_MIXIN(PresentationConnection);
|
|
|