| Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-receive-response-event.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-receive-response-event.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-receive-response-event.html
|
| index 49f3a4ed3506f664aa365e1b2cc0dcaf4087efc8..0f9f8b32ea0574e38aa6acc581bab27fb5d14f2e 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-receive-response-event.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-receive-response-event.html
|
| @@ -23,7 +23,7 @@ function performActions()
|
|
|
| function test()
|
| {
|
| - WebInspector.TimelinePanel.show();
|
| + WebInspector.viewManager.showView("timeline");
|
| WebInspector.panels.timeline._model._currentTarget = WebInspector.targetManager.mainTarget();
|
| WebInspector.panels.timeline._captureJSProfileSetting.set(false);
|
| InspectorTest.invokeAsyncWithTimeline("performActions", finish);
|
|
|