| 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)
|
|
|