| Index: Source/core/events/FocusEvent.cpp
|
| diff --git a/Source/core/events/FocusEvent.cpp b/Source/core/events/FocusEvent.cpp
|
| index 04c62472fe8bf3c6dd8b04311ed0540884a24def..318b38559964baf31b33859320744c643b416054 100644
|
| --- a/Source/core/events/FocusEvent.cpp
|
| +++ b/Source/core/events/FocusEvent.cpp
|
| @@ -67,6 +67,7 @@ FocusEvent::FocusEvent(const AtomicString& type, const FocusEventInit& initializ
|
|
|
| void FocusEvent::trace(Visitor* visitor)
|
| {
|
| + visitor->trace(m_relatedTarget);
|
| UIEvent::trace(visitor);
|
| }
|
|
|
|
|