Index: third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp |
diff --git a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp |
index fb804025e8bacc5c2c4a8e235e083f57ce74809c..8bf8019e6349ccd0a2e0481722421c224a3929e0 100644 |
--- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp |
+++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp |
@@ -148,9 +148,6 @@ void XMLHttpRequestProgressEventThrottle::dispatchProgressProgressEvent( |
probe::AsyncTask asyncTask(m_target->getExecutionContext(), m_target, |
m_target->isAsync()); |
m_target->dispatchEvent(Event::create(EventTypeNames::readystatechange)); |
- TRACE_EVENT_INSTANT1(TRACE_DISABLED_BY_DEFAULT("devtools.timeline"), |
- "UpdateCounters", TRACE_EVENT_SCOPE_THREAD, "data", |
- InspectorUpdateCountersEvent::data()); |
} |
if (m_target->readyState() != state) |