| 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 4d78d04a5cc316b3ebf5ef802a4892b0a10526ee..1bb2c1212da527ea1335f482529a4389c3eb9bba 100644
|
| --- a/Source/devtools/front_end/main/Main.js
|
| +++ b/Source/devtools/front_end/main/Main.js
|
| @@ -125,7 +125,6 @@ WebInspector.Main.prototype = {
|
| Runtime.experiments.register("animationInspection", "Animation Inspection");
|
| Runtime.experiments.register("applyCustomStylesheet", "Allow custom UI themes");
|
| Runtime.experiments.register("blackboxJSFramesOnTimeline", "Blackbox JavaScript frames on Timeline", true);
|
| - Runtime.experiments.register("blockedURLs", "Blocked resource URLs", true);
|
| Runtime.experiments.register("colorContrastRatio", "Contrast ratio line in color picker", true);
|
| Runtime.experiments.register("customObjectFormatters", "Custom object formatters", true);
|
| Runtime.experiments.register("emptySourceMapAutoStepping", "Empty sourcemap auto-stepping");
|
|
|