| Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-tag-1.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-tag-1.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-tag-1.html
|
| index d77e264bb0f18699b89cc9ca30f670b26a107c01..d5ef0121a0c24eedf466196137b975e053fa0197 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-tag-1.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-tag-1.html
|
| @@ -13,7 +13,7 @@ function performActions()
|
|
|
| function test()
|
| {
|
| - UI.panels.timeline._captureJSProfileSetting.set(false);
|
| + UI.panels.timeline._disableCaptureJSProfileSetting.set(true);
|
| InspectorTest.startTimeline(step1);
|
| function step1()
|
| {
|
|
|