| Index: Source/core/frame/DOMWindow.cpp
|
| diff --git a/Source/core/frame/DOMWindow.cpp b/Source/core/frame/DOMWindow.cpp
|
| index c3c3810e53ac63924d2d854aba3fe839a88e8fbf..5d6945f6e499eade147bd4197e8a44d652328b90 100644
|
| --- a/Source/core/frame/DOMWindow.cpp
|
| +++ b/Source/core/frame/DOMWindow.cpp
|
| @@ -1604,6 +1604,8 @@ bool DOMWindow::dispatchEvent(PassRefPtrWillBeRawPtr<Event> prpEvent, PassRefPtr
|
| event->setCurrentTarget(this);
|
| event->setEventPhase(Event::AT_TARGET);
|
|
|
| + TRACE_EVENT1(TRACE_DISABLED_BY_DEFAULT("devtools-timeline"), "DOMWindow::dispatchEvent", "type", TRACE_STR_COPY(event->type().ascii().data()));
|
| + // FIXME(361045): remove InspectorInstrumentation calls once DevTools Timeline migrated on tracing.
|
| InspectorInstrumentationCookie cookie = InspectorInstrumentation::willDispatchEventOnWindow(frame(), *event, this);
|
|
|
| bool result = fireEventListeners(event.get());
|
|
|