| 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 b313e24603938e75ddc198b6c3e263c6d23b5777..08518eb199069d0fb6b943c41df4b6a31ae53b0a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -101,7 +101,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('layoutEditor', 'Layout editor', true);
|
| Runtime.experiments.register('inspectTooltip', 'Dark inspect element tooltip');
|
| Runtime.experiments.register('liveSASS', 'Live SASS');
|
| Runtime.experiments.register('nodeDebugging', 'Node debugging', true);
|
|
|