Index: Source/devtools/front_end/Settings.js |
diff --git a/Source/devtools/front_end/Settings.js b/Source/devtools/front_end/Settings.js |
index 16eb17e7c2c7b77b0d70884a461c0aca93fdf2a3..5d8af66499146a9d8fc563fbf81decf77383f692 100644 |
--- a/Source/devtools/front_end/Settings.js |
+++ b/Source/devtools/front_end/Settings.js |
@@ -279,7 +279,6 @@ WebInspector.ExperimentsSettings = function() |
this.asyncStackTraces = this._createExperiment("asyncStackTraces", "Enable support for async stack traces"); |
this.fileSystemInspection = this._createExperiment("fileSystemInspection", "FileSystem inspection"); |
this.canvasInspection = this._createExperiment("canvasInspection ", "Canvas inspection"); |
- this.cssRegions = this._createExperiment("cssRegions", "CSS Regions Support"); |
this.frameworksDebuggingSupport = this._createExperiment("frameworksDebuggingSupport", "Enable frameworks debugging support"); |
this.layersPanel = this._createExperiment("layersPanel", "Show Layers panel"); |
this.stepIntoSelection = this._createExperiment("stepIntoSelection", "Show step-in candidates while debugging."); |