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 e43bf11f8a79e043a609d47cab43788bc44c2688..75d0b06f6204a2a71eb39038a9ed5fb1333aa2a4 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/main/Main.js |
+++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js |
@@ -121,6 +121,7 @@ WebInspector.Main.prototype = { |
Runtime.experiments.register("privateScriptInspection", "Private script inspection"); |
Runtime.experiments.register("promiseTracker", "Promise inspector"); |
Runtime.experiments.register("requestBlocking", "Request blocking", true); |
+ Runtime.experiments.register("resolveVariableNames", "Resolve variable names", true); |
Runtime.experiments.register("timelineShowAllEvents", "Show all events on Timeline", true); |
Runtime.experiments.register("timelineLatencyInfo", "Show input latency events on the Timeline", true); |
Runtime.experiments.register("securityPanel", "Security panel"); |