Index: Source/modules/navigatorconnect/ServicePortCollection.cpp |
diff --git a/Source/modules/navigatorconnect/ServicePortCollection.cpp b/Source/modules/navigatorconnect/ServicePortCollection.cpp |
index 66964ee2e544007f7ac5fbd42cda33229cda80fd..fe244ca7ba6d96d7e698063101fc39ae0baa28a8 100644 |
--- a/Source/modules/navigatorconnect/ServicePortCollection.cpp |
+++ b/Source/modules/navigatorconnect/ServicePortCollection.cpp |
@@ -163,7 +163,7 @@ void ServicePortCollection::dispatchConnectEvent(PassOwnPtr<WebServicePortConnec |
DEFINE_TRACE(ServicePortCollection) |
{ |
visitor->trace(m_ports); |
- EventTargetWithInlineData::trace(visitor); |
+ RefCountedGarbageCollectedEventTargetWithInlineData<ServicePortCollection>::trace(visitor); |
ContextLifecycleObserver::trace(visitor); |
} |