| Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-load-event.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-load-event.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-load-event.html
|
| index 2f13f994fc5076bbc3ec426e273e8ab0c64803ba..c1efcb01154cb447e12a51e4d3a6183564534209 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-load-event.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-load-event.html
|
| @@ -16,6 +16,7 @@ function display(callback)
|
|
|
| function test()
|
| {
|
| + WebInspector.panels.timeline._captureJSProfileSetting.set(false);
|
| InspectorTest.startTimeline(function() { InspectorTest.reloadPage(pageReloaded); });
|
|
|
| function pageReloaded()
|
|
|