| Index: third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.cpp b/third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.cpp
|
| index 9b4ef1a18b20d486947ce7a123ec54dada4f09a5..1619e10908443f2728422d9eebd00488db3a5f82 100644
|
| --- a/third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/FrameRequestCallbackCollection.cpp
|
| @@ -76,9 +76,6 @@ void FrameRequestCallbackCollection::executeCallbacks(
|
| callback->handleEvent(highResNowMsLegacy);
|
| else
|
| callback->handleEvent(highResNowMs);
|
| - TRACE_EVENT_INSTANT1(TRACE_DISABLED_BY_DEFAULT("devtools.timeline"),
|
| - "UpdateCounters", TRACE_EVENT_SCOPE_THREAD, "data",
|
| - InspectorUpdateCountersEvent::data());
|
| }
|
| }
|
|
|
|
|