| Index: third_party/WebKit/Source/modules/presentation/PresentationReceiver.cpp
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.cpp b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.cpp
|
| index 9d2bf9592d6d80af354bfaf8d26e000c6979944e..1a9ae034568edf042b82ca56f77d4f8df9087f54 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.cpp
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.cpp
|
| @@ -39,7 +39,7 @@ ScriptPromise PresentationReceiver::getConnections(ScriptState* scriptState)
|
|
|
| DEFINE_TRACE(PresentationReceiver)
|
| {
|
| - RefCountedGarbageCollectedEventTargetWithInlineData<PresentationReceiver>::trace(visitor);
|
| + EventTargetWithInlineData<PresentationReceiver>::trace(visitor);
|
| DOMWindowProperty::trace(visitor);
|
| }
|
|
|
|
|