| 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 f1a7dd0299343f035f5f0516f54776828e2612fa..7d17ac625b7dcf4465cd6ae18bc4045e4b7eef71 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -102,6 +102,7 @@ Main.Main = class {
|
| Runtime.experiments.register('colorContrastRatio', 'Contrast ratio line in color picker', true);
|
| Runtime.experiments.register('continueToFirstInvocation', 'Continue to first invocation', true);
|
| Runtime.experiments.register('emptySourceMapAutoStepping', 'Empty sourcemap auto-stepping');
|
| + Runtime.experiments.register('inlineBreakpoints', 'Inline breakpoints');
|
| Runtime.experiments.register('inputEventsOnTimelineOverview', 'Input events on Timeline overview', true);
|
| Runtime.experiments.register('layersPanel', 'Layers panel');
|
| Runtime.experiments.register('layoutEditor', 'Layout editor', true);
|
|
|