| Index: Source/core/events/EventDispatcher.cpp
|
| diff --git a/Source/core/events/EventDispatcher.cpp b/Source/core/events/EventDispatcher.cpp
|
| index d571df76304c3d47959a8bc50b3192a84edf0782..aa4cf0bdb1efa11300c28441b46c1165e2b424dc 100644
|
| --- a/Source/core/events/EventDispatcher.cpp
|
| +++ b/Source/core/events/EventDispatcher.cpp
|
| @@ -116,7 +116,7 @@ bool EventDispatcher::dispatch()
|
| ASSERT(!NoEventDispatchAssertion::isEventDispatchForbidden());
|
| ASSERT(m_event->target());
|
| WindowEventContext windowEventContext(m_event.get(), m_node.get(), topNodeEventContext());
|
| - TRACE_EVENT1(TRACE_DISABLED_BY_DEFAULT("devtools.timeline"), "EventDispatch", "type", m_event->type().ascii());
|
| + TRACE_EVENT1(TRACE_DISABLED_BY_DEFAULT("devtools.timeline"), "EventDispatch", "data", InspectorEventDispatchEvent::data(*m_event));
|
| // FIXME(361045): remove InspectorInstrumentation calls once DevTools Timeline migrates to tracing.
|
| InspectorInstrumentationCookie cookie = InspectorInstrumentation::willDispatchEvent(&m_node->document(), *m_event, windowEventContext.window(), m_node.get(), m_event->eventPath());
|
|
|
|
|