| 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 a2d8f9a508c8be301a2fa61e28fe047dc089de4b..74899baaad20e439c643d0e46b0d253c7e822ad9 100644
|
| --- a/Source/devtools/front_end/common/Settings.js
|
| +++ b/Source/devtools/front_end/common/Settings.js
|
| @@ -303,7 +303,6 @@ WebInspector.ExperimentsSettings = function(experimentsEnabled)
|
| this.timelinePowerProfiler = this._createExperiment("timelinePowerProfiler", "Timeline power profiler");
|
| this.timelineTracingMode = this._createExperiment("timelineTracingMode", "Timeline tracing mode");
|
| this.timelineJSCPUProfile = this._createExperiment("timelineJSCPUProfile", "Timeline with JS sampling");
|
| - this.timelineNoLiveUpdate = this._createExperiment("timelineNoLiveUpdate", "Timeline w/o live update", true);
|
| this.workersInMainWindow = this._createExperiment("workersInMainWindow", "Workers in main window", true);
|
|
|
| this._cleanUpSetting();
|
|
|