| Index: Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| diff --git a/Source/devtools/front_end/sources/JavaScriptSourceFrame.js b/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| index 462a8cb1d0967abc4ffe9496ede7127582433ff6..d8700aeb48c337fab9a3723295331e0d87aa1ce0 100644
|
| --- a/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| +++ b/Source/devtools/front_end/sources/JavaScriptSourceFrame.js
|
| @@ -729,7 +729,7 @@ WebInspector.JavaScriptSourceFrame.prototype = {
|
|
|
| _generateValuesInSource: function()
|
| {
|
| - if (!Runtime.experiments.isEnabled("inlineVariableValues") || !WebInspector.moduleSetting("inlineVariableValues").get())
|
| + if (!WebInspector.moduleSetting("inlineVariableValues").get())
|
| return;
|
| var executionContext = WebInspector.context.flavor(WebInspector.ExecutionContext);
|
| if (!executionContext)
|
|
|