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 8cc2be0a09faef260b4479363e61aef4c23dfd37..211f5064b58f747bc5a06364c40b6dd346342a23 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("colorContrastRatio", "Contrast ratio line in color picker", true); |
Runtime.experiments.register("timelineTreeView", "Costly functions tree view on the Timeline", true); |
- Runtime.experiments.register("colorPalettes", "Color palettes"); |
Runtime.experiments.register("customObjectFormatters", "Custom object formatters", true); |
Runtime.experiments.register("emptySourceMapAutoStepping", "Empty sourcemap auto-stepping"); |
Runtime.experiments.register("fileSystemInspection", "FileSystem inspection"); |