| Index: third_party/WebKit/Source/modules/presentation/PresentationRequest.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationRequest.h b/third_party/WebKit/Source/modules/presentation/PresentationRequest.h
|
| index 5890cf50668fb18382615c6d74cf7af85b32e028..525fd9528d1881df6812257f3f48c4847f078ca5 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationRequest.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationRequest.h
|
| @@ -18,7 +18,7 @@ namespace blink {
|
| // Implements the PresentationRequest interface from the Presentation API from
|
| // which websites can start or join presentation connections.
|
| class PresentationRequest final
|
| - : public RefCountedGarbageCollectedEventTargetWithInlineData<PresentationRequest>
|
| + : public EventTargetWithInlineData<PresentationRequest>
|
| , public ActiveScriptWrappable
|
| , public ActiveDOMObject {
|
| REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(PresentationRequest);
|
|
|