| Index: third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-receive-response-event.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-receive-response-event.html b/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-receive-response-event.html
|
| index 7ec12516b49d5a1e0b65308f7e9958298c7933d3..8e9df83f1611f02edb6660d59e252cdc6e9926d5 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-receive-response-event.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/timeline-receive-response-event.html
|
| @@ -26,8 +26,10 @@ function performActions()
|
| function test()
|
| {
|
| UI.viewManager.showView("timeline");
|
| - UI.panels.timeline._model._currentTarget = SDK.targetManager.mainTarget();
|
| - UI.panels.timeline._captureJSProfileSetting.set(false);
|
| + const panel = UI.panels.timeline;
|
| + panel._model._currentTarget = SDK.targetManager.mainTarget();
|
| + panel._landingPage._tabbedPane.selectTab(Timeline.TimelineLandingPage.PageId.Advanced);
|
| + panel._captureJSProfileSetting.set(false);
|
| InspectorTest.invokeAsyncWithTimeline("performActions", finish);
|
|
|
| function finish()
|
|
|