Index: Source/modules/presentation/DefaultSessionStartEvent.cpp |
diff --git a/Source/modules/presentation/DefaultSessionStartEvent.cpp b/Source/modules/presentation/DefaultSessionStartEvent.cpp |
index 538b3a314699cb3d8fec7935cc46d235d1826d78..f2391b01413d01030ea6d043bc66be07934ab3c0 100644 |
--- a/Source/modules/presentation/DefaultSessionStartEvent.cpp |
+++ b/Source/modules/presentation/DefaultSessionStartEvent.cpp |
@@ -34,4 +34,10 @@ const AtomicString& DefaultSessionStartEvent::interfaceName() const |
return EventNames::DefaultSessionStartEvent; |
} |
+DEFINE_TRACE(DefaultSessionStartEvent) |
+{ |
+ visitor->trace(m_session); |
+ Event::trace(visitor); |
+} |
+ |
} // namespace blink |