| Index: Source/devtools/front_end/main/Main.js
|
| diff --git a/Source/devtools/front_end/main/Main.js b/Source/devtools/front_end/main/Main.js
|
| index b29ebf481ca7acfe4abacc60e652d4c25dead32d..d78b046467c9c8273379284f04cc7099baa378f1 100644
|
| --- a/Source/devtools/front_end/main/Main.js
|
| +++ b/Source/devtools/front_end/main/Main.js
|
| @@ -158,6 +158,7 @@ WebInspector.Main.prototype = {
|
| Runtime.experiments.register("timelineOnTraceEvents", "Timeline on trace events");
|
| Runtime.experiments.register("timelinePowerProfiler", "Timeline power profiler");
|
| Runtime.experiments.register("timelineJSCPUProfile", "Timeline with JS sampling");
|
| + Runtime.experiments.register("timelineInvalidationTracking", "Timeline with full invalidation tracking.");
|
| Runtime.experiments.cleanUpStaleExperiments();
|
|
|
| if (InspectorFrontendHost.isUnderTest()) {
|
|
|