| Index: third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/main/Main.js b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| index f267b724a625b1e45f4ca6d9c0c5cdb8e9d6a0c4..f9f215d051075be6160b299321625dfc1a8e54ba 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -112,7 +112,7 @@ WebInspector.Main.prototype = {
|
| Runtime.experiments.register("layersPanel", "Layers panel");
|
| Runtime.experiments.register("layoutEditor", "Layout editor", true);
|
| Runtime.experiments.register("inspectTooltip", "Dark inspect element tooltip");
|
| - Runtime.experiments.register("liveSASS", "Live SASS", true);
|
| + Runtime.experiments.register("liveSASS", "Live SASS");
|
| Runtime.experiments.register("privateScriptInspection", "Private script inspection");
|
| Runtime.experiments.register("requestBlocking", "Request blocking", true);
|
| Runtime.experiments.register("resolveVariableNames", "Resolve variable names");
|
|
|