| 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 e1b111ad59b1162a70213e25a30597d49c6f7ea7..4fa8ef51dd81ef388662000445218a40732894c0 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.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();
|
|
|