| 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 0e2ec1a01d0e4a1f7db517e5dd8f57ed06d27a78..a7309171a90fbfe3aa0d6c10161efe115f17d3d9 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/buffer-usage.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/tracing/buffer-usage.html
|
| @@ -43,13 +43,11 @@ function test()
|
| {
|
| InspectorTest.addResult("TimelineLifecycleDelegate.loadingComplete");
|
| InspectorTest.completeTest();
|
| - },
|
| -
|
| - __proto__: Timeline.TimelineLifecycleDelegate
|
| + }
|
| };
|
|
|
| var controller = new Timeline.TimelineController(SDK.targetManager.mainTarget(), new TestTimelineLifecycleDelegate(), InspectorTest.createTracingModel());
|
| - controller.startRecording();
|
| + controller.startRecording({}, []);
|
| }
|
|
|
| </script>
|
|
|