| 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 622a1d8ce182ee064ceb38f4d3d2bd0003f6efc4..36b8226d0a8dfb4e1e636581056627264f91a2b1 100644
|
| --- a/Source/devtools/front_end/main/Main.js
|
| +++ b/Source/devtools/front_end/main/Main.js
|
| @@ -111,13 +111,13 @@ WebInspector.Main.prototype = {
|
| */
|
| _initializeExperiments: function(prefs)
|
| {
|
| - Runtime.experiments.register("emptySourceMapAutoStepping", "Empty sourcemap auto-stepping");
|
| Runtime.experiments.register("accessibilityInspection", "Accessibility Inspection");
|
| Runtime.experiments.register("animationInspection", "Animation Inspection");
|
| Runtime.experiments.register("applyCustomStylesheet", "Allow custom UI themes");
|
| Runtime.experiments.register("blackboxJSFramesOnTimeline", "Blackbox JavaScript frames on Timeline");
|
| Runtime.experiments.register("timelineDetailsChart", "Costly functions view in Timeline details", true);
|
| Runtime.experiments.register("customObjectFormatters", "Custom object formatters", true);
|
| + Runtime.experiments.register("emptySourceMapAutoStepping", "Empty sourcemap auto-stepping");
|
| Runtime.experiments.register("fileSystemInspection", "FileSystem inspection");
|
| Runtime.experiments.register("filmStripInNetworkAndTimeline", "Filmstrip in Network and Timeline Panel", true);
|
| Runtime.experiments.register("frameRateOnEventsOverview", "Frame rate on Timeline events overview", true);
|
|
|