| Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-time/timeline-timer.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-time/timeline-timer.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-time/timeline-timer.html
|
| index 77e0c545c0638d288c217ab98f4a04a0d8782ed3..09ba3f371a9e12c1ae12e4b5c6f560a847b99e85 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-time/timeline-timer.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-time/timeline-timer.html
|
| @@ -24,7 +24,7 @@ function performActions()
|
|
|
| function test()
|
| {
|
| - UI.panels.timeline._captureJSProfileSetting.set(false);
|
| + UI.panels.timeline._disableCaptureJSProfileSetting.set(true);
|
| InspectorTest.invokeAsyncWithTimeline("performActions", finish);
|
|
|
| function finish()
|
|
|