| 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 3bbbe89c7727bb2501939af0fcdac39d9fb4a6ba..18725c94a8a65195126a84187254b0c0093d597f 100644
|
| --- a/Source/devtools/front_end/common/Settings.js
|
| +++ b/Source/devtools/front_end/common/Settings.js
|
| @@ -302,7 +302,6 @@ WebInspector.ExperimentsSettings = function(experimentsEnabled)
|
| this.paintProfiler = this._createExperiment("paintProfiler", "Paint profiler");
|
| this.timelinePowerProfiler = this._createExperiment("timelinePowerProfiler", "Timeline power profiler");
|
| this.timelineJSCPUProfile = this._createExperiment("timelineJSCPUProfile", "Timeline with JS sampling");
|
| - this.workersInMainWindow = this._createExperiment("workersInMainWindow", "Workers in main window", true);
|
|
|
| this._cleanUpSetting();
|
| }
|
|
|