| 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 212d930d721db49d1f2adca761f9e574eaf4f241..b07a38b98269fc1e41e4a42cba2d10533bd71cad 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/buffer-usage.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/tracing/buffer-usage.html
|
| @@ -48,7 +48,7 @@ function test()
|
| __proto__: WebInspector.TimelineLifecycleDelegate
|
| };
|
|
|
| - var controller = new WebInspector.TimelineController(new WebInspector.TestTimelineLifecycleDelegate(), InspectorTest.createTracingModel());
|
| + var controller = new WebInspector.TimelineController(WebInspector.targetManager.mainTarget(), new WebInspector.TestTimelineLifecycleDelegate(), InspectorTest.createTracingModel());
|
| controller.startRecording();
|
| }
|
|
|
|
|