| Index: Source/core/events/EventPath.cpp
|
| diff --git a/Source/core/events/EventPath.cpp b/Source/core/events/EventPath.cpp
|
| index 9e53e718837b7f4b98bb0c5d7645cbec6efd6614..426e1ceede531f6e0bba1de46ade9bf834f4115e 100644
|
| --- a/Source/core/events/EventPath.cpp
|
| +++ b/Source/core/events/EventPath.cpp
|
| @@ -347,11 +347,13 @@ void EventPath::checkReachability(TreeScope& treeScope, TouchList& touchList)
|
|
|
| DEFINE_TRACE(EventPath)
|
| {
|
| +#if ENABLE(OILPAN)
|
| visitor->trace(m_nodeEventContexts);
|
| visitor->trace(m_node);
|
| visitor->trace(m_event);
|
| visitor->trace(m_treeScopeEventContexts);
|
| visitor->trace(m_windowEventContext);
|
| +#endif
|
| }
|
|
|
| } // namespace
|
|
|