| Index: third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMTimer.cpp b/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| index 9e06504bf8f90d19c2620a29374a76f02790dcdd..30fe1c046957604f6eb63a6c780979c91333e446 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/DOMTimer.cpp
|
| @@ -27,6 +27,7 @@
|
| #include "core/frame/DOMTimer.h"
|
|
|
| #include "core/dom/ExecutionContext.h"
|
| +#include "core/frame/PerformanceMonitor.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
| #include "core/inspector/InspectorTraceEvents.h"
|
| #include "platform/tracing/TraceEvent.h"
|
| @@ -133,6 +134,7 @@ void DOMTimer::fired() {
|
|
|
| TRACE_EVENT1("devtools.timeline", "TimerFire", "data",
|
| InspectorTimerFireEvent::data(context, m_timeoutID));
|
| + PerformanceMonitor::HandlerCall handlerCall(context, m_action);
|
| InspectorInstrumentation::NativeBreakpoint nativeBreakpoint(
|
| context, "timerFired", false);
|
| InspectorInstrumentation::AsyncTask asyncTask(context, this);
|
|
|