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 8a9ff9e0702187253872d79dfdd945c37b9820db..331376eca230aa47737088930754dfce43660c5f 100644 |
--- a/third_party/WebKit/Source/core/frame/DOMTimer.cpp |
+++ b/third_party/WebKit/Source/core/frame/DOMTimer.cpp |
@@ -170,10 +170,6 @@ void DOMTimer::fired() { |
action->execute(context); |
- TRACE_EVENT_INSTANT1(TRACE_DISABLED_BY_DEFAULT("devtools.timeline"), |
- "UpdateCounters", TRACE_EVENT_SCOPE_THREAD, "data", |
- InspectorUpdateCountersEvent::data()); |
- |
// ExecutionContext might be already gone when we executed action->execute(). |
ExecutionContext* executionContext = getExecutionContext(); |
if (!executionContext) |