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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/trace-event-self-time.html

Issue 1807093002: DevTools: Resume targets *after* stopping timeline recording. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing caseq comment. Created 4 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/LayoutTests/inspector/tracing/trace-event-self-time.html
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/trace-event-self-time.html b/third_party/WebKit/LayoutTests/inspector/tracing/trace-event-self-time.html
index ceade03d50e14bd9378b886171288ec5ad6d05e7..18ddd67bdbbf172c78d0e2c6a468466ee055ebe2 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/trace-event-self-time.html
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/trace-event-self-time.html
@@ -285,7 +285,7 @@ function test()
};
var timelineController = InspectorTest.timelineController();
- timelineController._addCpuProfile(WebInspector.targetManager.mainTarget().id(), cpuProfile);
+ timelineController._addCpuProfile(WebInspector.targetManager.mainTarget().id(), null, cpuProfile);
timelineController.traceEventsCollected(rawTraceEvents);
timelineController.tracingComplete();
var events = InspectorTest.timelineModel().inspectedTargetEvents();

Powered by Google App Engine
This is Rietveld 408576698