| Index: third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/main/Main.js b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| index faa32bb8595c008c0a373c0b301f4e684a24209c..19797058e5741658eed4e91af1ddb06422fcfb16 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -106,7 +106,7 @@ WebInspector.Main.prototype = {
|
| Runtime.experiments.register("applyCustomStylesheet", "Allow custom UI themes");
|
| Runtime.experiments.register("blackboxJSFramesOnTimeline", "Blackbox JavaScript frames on Timeline", true);
|
| Runtime.experiments.register("colorContrastRatio", "Contrast ratio line in color picker", true);
|
| - Runtime.experiments.register("continueToFirstInvocation", "Continue to first invocation");
|
| + Runtime.experiments.register("continueToFirstInvocation", "Continue to first invocation", true);
|
| Runtime.experiments.register("cpuThrottling", "CPU throttling");
|
| Runtime.experiments.register("emptySourceMapAutoStepping", "Empty sourcemap auto-stepping");
|
| Runtime.experiments.register("inputEventsOnTimelineOverview", "Input events on Timeline overview", true);
|
|
|