| Index: Source/devtools/front_end/Settings.js
|
| diff --git a/Source/devtools/front_end/Settings.js b/Source/devtools/front_end/Settings.js
|
| index 1de6be4443a7733260bc601434a868c1b1070560..f8eb45c606f8b6b880df4c405aedf76887f8d952 100644
|
| --- a/Source/devtools/front_end/Settings.js
|
| +++ b/Source/devtools/front_end/Settings.js
|
| @@ -273,7 +273,6 @@ WebInspector.ExperimentsSettings = function(experimentsEnabled)
|
| this._enabledForTest = {};
|
|
|
| // Add currently running experiments here.
|
| - 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.frameworksDebuggingSupport = this._createExperiment("frameworksDebuggingSupport", "Enable frameworks debugging support");
|
|
|