| 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 3e144fef0065de674d93e1a4519aab9bc4999386..3cd08cc066244c47be704b0eb02744b95dd6ca16 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -97,8 +97,8 @@ Main.Main = class {
|
| Runtime.experiments.register('audits2', 'Audits 2.0', true);
|
| Runtime.experiments.register('autoAttachToCrossProcessSubframes', 'Auto-attach to cross-process subframes', true);
|
| Runtime.experiments.register('blackboxJSFramesOnTimeline', 'Blackbox JavaScript frames on Timeline', true);
|
| + Runtime.experiments.register('continueToLocationMarkers', 'Continue to location markers', true);
|
| Runtime.experiments.register('colorContrastRatio', 'Contrast ratio line in color picker', true);
|
| - Runtime.experiments.register('continueToFirstInvocation', 'Continue to first invocation', true);
|
| Runtime.experiments.register('cssTrackerPanel', 'Panel that tracks the usage of CSS rules.');
|
| Runtime.experiments.register('emptySourceMapAutoStepping', 'Empty sourcemap auto-stepping');
|
| Runtime.experiments.register('inputEventsOnTimelineOverview', 'Input events on Timeline overview', true);
|
|
|