| 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..ce45fa1d75d031e0979dc8b047901954f0a982c5 100644
|
| --- a/Source/devtools/front_end/common/Settings.js
|
| +++ b/Source/devtools/front_end/common/Settings.js
|
| @@ -302,6 +302,7 @@ WebInspector.ExperimentsSettings = function(experimentsEnabled)
|
| 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");
|
| + this.timelineInvalidationTracking = this._createExperiment("timelineInvalidationTracking", "Full tracking of paint invalidations on the timeline.");
|
|
|
| this._cleanUpSetting();
|
| }
|
|
|