| Index: Source/devtools/front_end/main/Main.js
|
| diff --git a/Source/devtools/front_end/main/Main.js b/Source/devtools/front_end/main/Main.js
|
| index 303fdda569299f53781eab1e8e809498683ef0bf..8278366b8063b3bc7575f158fbdb7d7caa348449 100644
|
| --- a/Source/devtools/front_end/main/Main.js
|
| +++ b/Source/devtools/front_end/main/Main.js
|
| @@ -127,7 +127,6 @@ WebInspector.Main.prototype = {
|
| Runtime.experiments.register("blackboxJSFramesOnTimeline", "Blackbox JavaScript frames on Timeline", true);
|
| Runtime.experiments.register("blockedURLs", "Blocked resource URLs", true);
|
| Runtime.experiments.register("colorContrastRatio", "Contrast ratio line in color picker", true);
|
| - Runtime.experiments.register("customObjectFormatters", "Custom object formatters", true);
|
| Runtime.experiments.register("emptySourceMapAutoStepping", "Empty sourcemap auto-stepping");
|
| Runtime.experiments.register("fileSystemInspection", "FileSystem inspection");
|
| Runtime.experiments.register("gpuTimeline", "GPU data on timeline", true);
|
|
|