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

Unified Diff: LayoutTests/http/tests/inspector/compiler-script-mapping.html

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
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/compiler-source-mapping-debug.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector/compiler-script-mapping.html
diff --git a/LayoutTests/http/tests/inspector/compiler-script-mapping.html b/LayoutTests/http/tests/inspector/compiler-script-mapping.html
index 29c4177349393af922f37bdc042f5cd1e294196c..cc9eb5e2923bd5f919d765f5a09a4d33d4ab0886 100644
--- a/LayoutTests/http/tests/inspector/compiler-script-mapping.html
+++ b/LayoutTests/http/tests/inspector/compiler-script-mapping.html
@@ -314,7 +314,7 @@ function test()
function testSourceMapCouldNotBeLoaded(next)
{
- WebInspector.settings.sourceMapsEnabled.set(true);
+ WebInspector.settings.jsSourceMapsEnabled.get = function() { return true; }
WebInspector.debuggerModel._reset();
InspectorTest.createWorkspace();
var debuggerScriptMapping = new WebInspector.DebuggerScriptMapping(InspectorTest.testWorkspace, InspectorTest.testNetworkWorkspaceProvider);
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/compiler-source-mapping-debug.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698