Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1781)

Unified Diff: Source/devtools/front_end/DebuggerScriptMapping.js

Issue 13845021: DevTools: Bring Sass support from behind the experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}
}
« no previous file with comments | « LayoutTests/http/tests/inspector/stylesheet-source-mapping.html ('k') | Source/devtools/front_end/SASSSourceMapping.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698