Index: Source/devtools/front_end/common/Settings.js |
diff --git a/Source/devtools/front_end/common/Settings.js b/Source/devtools/front_end/common/Settings.js |
index f64175394ef6e80eed418a5a70908c6e85f83850..8afc5360d9f41434c5307486af423ec13a3e9cd3 100644 |
--- a/Source/devtools/front_end/common/Settings.js |
+++ b/Source/devtools/front_end/common/Settings.js |
@@ -295,7 +295,6 @@ WebInspector.ExperimentsSettings = function(experimentsEnabled) |
this.disableAgentsWhenProfile = this._createExperiment("disableAgentsWhenProfile", "Disable other agents and UI when profiler is active", true); |
this.dockToLeft = this._createExperiment("dockToLeft", "Dock to left", true); |
this.fileSystemInspection = this._createExperiment("fileSystemInspection", "FileSystem inspection"); |
- this.frameworksDebuggingSupport = this._createExperiment("frameworksDebuggingSupport", "JavaScript frameworks debugging"); |
this.gpuTimeline = this._createExperiment("gpuTimeline", "GPU data on timeline", true); |
this.layersPanel = this._createExperiment("layersPanel", "Layers panel"); |
this.timelineOnTraceEvents = this._createExperiment("timelineOnTraceEvents", "Timeline on trace events"); |