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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js

Issue 2722993002: [DevTools] Turn TracingManager into SDKModel. (Closed)
Patch Set: review comment Created 3 years, 10 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/http/tests/inspector/timeline-test.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js
index 4013afd509c0d689a7f5ed563068a8d44e73168a..aeb560d6c8f1405840e0ad92bd026f094fab1287 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js
@@ -134,7 +134,7 @@ InspectorTest.timelineController = function()
{
var performanceModel = new Timeline.PerformanceModel();
UI.panels.timeline._pendingPerformanceModel = performanceModel;
- return new Timeline.TimelineController(SDK.targetManager.mainTarget(), performanceModel, UI.panels.timeline);
+ return new Timeline.TimelineController(InspectorTest.tracingManager, performanceModel, UI.panels.timeline);
}
InspectorTest.runWhenTimelineIsReady = function(callback)

Powered by Google App Engine
This is Rietveld 408576698