Index: third_party/WebKit/LayoutTests/inspector/tracing/buffer-usage.html |
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/buffer-usage.html b/third_party/WebKit/LayoutTests/inspector/tracing/buffer-usage.html |
index ff7b9c2f1537261e1e89fc0471ff4b7fec341423..64e2a397cba2b473ed5e86b9bd7c1a8d7d4c3fbf 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/tracing/buffer-usage.html |
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/buffer-usage.html |
@@ -46,7 +46,7 @@ function test() |
} |
}; |
var performanceModel = new Timeline.PerformanceModel(); |
- var controller = new Timeline.TimelineController(SDK.targetManager.mainTarget(), performanceModel, new TestTimelineControllerClient()); |
+ var controller = new Timeline.TimelineController(InspectorTest.tracingManager, performanceModel, new TestTimelineControllerClient()); |
controller.startRecording({}, []).then(() => { |
InspectorTest.addResult("TimelineControllerClient.recordingStarted"); |
}); |