| 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..b648340b2a2f74588542cc167a5c34a9835c20f3 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::trace(visitor);
|
| DOMWindowProperty::trace(visitor);
|
| }
|
|
|
|
|