| 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 def7436396cd57c19686c156b960fecc7434512f..bf5780eb6f3e7a6fdc6cd9f10941655d71a69665 100644
|
| --- a/Source/devtools/front_end/common/Settings.js
|
| +++ b/Source/devtools/front_end/common/Settings.js
|
| @@ -301,7 +301,6 @@ WebInspector.ExperimentsSettings = function(experimentsEnabled)
|
| this.timelineOnTraceEvents = this._createExperiment("timelineOnTraceEvents", "Timeline on trace events", true);
|
| this.timelinePowerProfiler = this._createExperiment("timelinePowerProfiler", "Timeline power profiler");
|
| 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();
|
|
|