| 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 e3ab11ec607050d77b141f052b65467e197e8979..106f8f185d18f1d6d5a32ac3eb68dbb61578f84e 100644
|
| --- a/Source/devtools/front_end/common/Settings.js
|
| +++ b/Source/devtools/front_end/common/Settings.js
|
| @@ -299,7 +299,6 @@ WebInspector.ExperimentsSettings = function(experimentsEnabled)
|
| this.gpuTimeline = this._createExperiment("gpuTimeline", "GPU data on timeline", true);
|
| this.layersPanel = this._createExperiment("layersPanel", "Layers panel");
|
| this.paintProfiler = this._createExperiment("paintProfiler", "Paint profiler");
|
| - this.timelineOnTraceEvents = this._createExperiment("timelineOnTraceEvents", "Timeline on trace events");
|
| this.timelinePowerProfiler = this._createExperiment("timelinePowerProfiler", "Timeline power profiler");
|
| this.timelineJSCPUProfile = this._createExperiment("timelineJSCPUProfile", "Timeline with JS sampling");
|
|
|
|
|