| 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 8e9df83f1611f02edb6660d59e252cdc6e9926d5..447cf2dc85db4f2eb74d67fed0689841314c0684 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
|
| @@ -28,8 +28,7 @@ function test()
|
| UI.viewManager.showView("timeline");
|
| const panel = UI.panels.timeline;
|
| panel._model._currentTarget = SDK.targetManager.mainTarget();
|
| - panel._landingPage._tabbedPane.selectTab(Timeline.TimelineLandingPage.PageId.Advanced);
|
| - panel._captureJSProfileSetting.set(false);
|
| + panel._disableCaptureJSProfileSetting.set(true);
|
| InspectorTest.invokeAsyncWithTimeline("performActions", finish);
|
|
|
| function finish()
|
|
|