Index: Source/core/events/EventPath.cpp |
diff --git a/Source/core/events/EventPath.cpp b/Source/core/events/EventPath.cpp |
index ee2106f2e7a15fe7fea77fdf56d118586fb52907..b9578b1f20984c619bd3a8c6cf352138dba24b45 100644 |
--- a/Source/core/events/EventPath.cpp |
+++ b/Source/core/events/EventPath.cpp |
@@ -381,6 +381,7 @@ void EventPath::checkReachability(TreeScope& treeScope, TouchList& touchList) |
void EventPath::trace(Visitor* visitor) |
{ |
+ visitor->trace(m_nodeEventContexts); |
visitor->trace(m_event); |
} |