Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelineController.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineController.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineController.js |
index f075760e19d973c338122f44eb4ce567ed5c3ce4..0810637981ccae74ca597468ea7b8dfccf70a09b 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineController.js |
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineController.js |
@@ -44,7 +44,7 @@ WebInspector.TimelineController = class { |
categoriesArray.push(disabledByDefault('toplevel.flow'), disabledByDefault('ipc.flow')); |
} |
if (Runtime.experiments.isEnabled('timelineV8RuntimeCallStats') && enableJSSampling) |
- categoriesArray.push(disabledByDefault('v8.runtime_stats')); |
+ categoriesArray.push(disabledByDefault('v8.runtime_stats_sampling')); |
if (Runtime.experiments.isEnabled('timelineTracingJSProfile') && enableJSSampling) { |
categoriesArray.push(disabledByDefault('v8.cpu_profiler')); |
if (WebInspector.moduleSetting('highResolutionCpuProfiling').get()) |