| 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 7eecf6ba9edaae68a851f67f7263b2de61ffa617..5252bfffcfa9acaeea175aa21b97d258b9355520 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -105,7 +105,6 @@ Main.Main = class {
|
| Runtime.experiments.register('continueToFirstInvocation', 'Continue to first invocation', true);
|
| Runtime.experiments.register('emptySourceMapAutoStepping', 'Empty sourcemap auto-stepping');
|
| Runtime.experiments.register('inputEventsOnTimelineOverview', 'Input events on Timeline overview', true);
|
| - Runtime.experiments.register('layersPanel', 'Layers panel');
|
| Runtime.experiments.register('layoutEditor', 'Layout editor', true);
|
| Runtime.experiments.register('inspectTooltip', 'Dark inspect element tooltip');
|
| Runtime.experiments.register('liveSASS', 'Live SASS');
|
|
|