| 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 02be248b875b53fbd1be9c3ef8f33a5ef119b385..bba06ee7fb45610bbc88957780620f338ec03c7f 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"); | 
|  |