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

Unified Diff: LayoutTests/http/tests/inspector/compiler-source-mapping-debug.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
Index: LayoutTests/http/tests/inspector/compiler-source-mapping-debug.html
diff --git a/LayoutTests/http/tests/inspector/compiler-source-mapping-debug.html b/LayoutTests/http/tests/inspector/compiler-source-mapping-debug.html
index e3ae5bc2f620738a5da5a7ba197c28746a61eecc..ea036ae3d9e4111ebc53cb90999f43945ddbe503 100644
--- a/LayoutTests/http/tests/inspector/compiler-source-mapping-debug.html
+++ b/LayoutTests/http/tests/inspector/compiler-source-mapping-debug.html
@@ -16,7 +16,7 @@ function test()
InspectorTest.runDebuggerTestSuite([
function testSetBreakpoint(next)
{
- WebInspector.settings.sourceMapsEnabled.set(true);
+ WebInspector.settings.jsSourceMapsEnabled.get = function() { return true; };
InspectorTest.reloadPage(pageReloaded);
function pageReloaded()

Powered by Google App Engine
This is Rietveld 408576698