Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(919)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8WorkerGlobalScopeEventListener.cpp

Issue 2737863002: DevTools: move counter-related devtools.timeline trace events into probe:: probes. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/bindings/core/v8/V8WorkerGlobalScopeEventListener.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8WorkerGlobalScopeEventListener.cpp b/third_party/WebKit/Source/bindings/core/v8/V8WorkerGlobalScopeEventListener.cpp
index 585601422f26b7b3f64942708c600e3c73d93961..16cfa260b6f744fb78d60d8eb21411ae508bbb40 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8WorkerGlobalScopeEventListener.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/V8WorkerGlobalScopeEventListener.cpp
@@ -83,10 +83,6 @@ v8::Local<v8::Value> V8WorkerGlobalScopeEventListener::callListenerFunction(
handlerFunction, scriptState->getExecutionContext(), receiver,
WTF_ARRAY_LENGTH(parameters), parameters, isolate());
- TRACE_EVENT_INSTANT1(TRACE_DISABLED_BY_DEFAULT("devtools.timeline"),
- "UpdateCounters", TRACE_EVENT_SCOPE_THREAD, "data",
- InspectorUpdateCountersEvent::data());
-
v8::Local<v8::Value> result;
if (!maybeResult.ToLocal(&result))
return v8::Local<v8::Value>();

Powered by Google App Engine
This is Rietveld 408576698