| Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-receive-response-event.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-receive-response-event.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-receive-response-event.html
|
| index dca3d345f39c18f15bc8ae9770e14d031c4cd838..1150f04baf0b6bc11f676cc25c331eea583ea122 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-receive-response-event.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-receive-response-event.html
|
| @@ -22,6 +22,7 @@ function test()
|
| {
|
| WebInspector.TimelinePanel.show();
|
| WebInspector.panels.timeline._model._currentTarget = WebInspector.targetManager.mainTarget();
|
| + WebInspector.panels.timeline._captureJSProfileSetting.set(false);
|
| InspectorTest.invokeAsyncWithTimeline("performActions", finish);
|
|
|
| function finish()
|
|
|