Index: Source/core/events/MouseRelatedEvent.cpp |
diff --git a/Source/core/events/MouseRelatedEvent.cpp b/Source/core/events/MouseRelatedEvent.cpp |
index f9df0d8a04a4304f85b4b31357363562b35bee8f..de9b118f6cd039e5bc237ba02c14dc552bb9ebff 100644 |
--- a/Source/core/events/MouseRelatedEvent.cpp |
+++ b/Source/core/events/MouseRelatedEvent.cpp |
@@ -222,4 +222,9 @@ int MouseRelatedEvent::y() const |
return m_clientLocation.y(); |
} |
+void MouseRelatedEvent::trace(Visitor* visitor) |
+{ |
+ UIEventWithKeyState::trace(visitor); |
+} |
+ |
} // namespace WebCore |