| Index: Source/devtools/front_end/DebuggerScriptMapping.js
|
| diff --git a/Source/devtools/front_end/DebuggerScriptMapping.js b/Source/devtools/front_end/DebuggerScriptMapping.js
|
| index c6e7bd5bf348db962b0072d66f645406a72f0444..f731b1f69e86cabf59dcd1ddde7e525bd55dc7e1 100644
|
| --- a/Source/devtools/front_end/DebuggerScriptMapping.js
|
| +++ b/Source/devtools/front_end/DebuggerScriptMapping.js
|
| @@ -60,7 +60,7 @@ WebInspector.DebuggerScriptMapping.prototype = {
|
|
|
| this._resourceMapping.addScript(script);
|
|
|
| - if (WebInspector.settings.sourceMapsEnabled.get())
|
| + if (WebInspector.settings.jsSourceMapsEnabled.get())
|
| this._compilerMapping.addScript(script);
|
| }
|
| }
|
|
|