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

Unified Diff: LayoutTests/inspector/timeline/trace-event-self-time.html

Issue 301593002: DevTools: process events from all threads in TimelineTraceEventBindings (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: review comments addressed Created 6 years, 7 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: LayoutTests/inspector/timeline/trace-event-self-time.html
diff --git a/LayoutTests/inspector/timeline/trace-event-self-time.html b/LayoutTests/inspector/timeline/trace-event-self-time.html
index ae9c12a8bf678d98a9126005bb96ffb47c72caa9..ddd5c1ec850940d06b93cccaab2f86d052b1b230 100644
--- a/LayoutTests/inspector/timeline/trace-event-self-time.html
+++ b/LayoutTests/inspector/timeline/trace-event-self-time.html
@@ -192,7 +192,7 @@ function test()
model.setSessionIdForTest(sessionId);
model._eventsCollected(rawTraceEvents);
model._tracingComplete();
- var events = model.inspectedTargetMainThreadEvents();
+ var events = model.inspectedTargetEvents();
var bindings = new WebInspector.TimelineTraceEventBindings();
bindings.setEvents(events);
InspectorTest.assertEquals(8, events.length);
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-enum-stability-expected.txt ('k') | LayoutTests/inspector/tracing-session-id.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698