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

Unified Diff: LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header-deprecated.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/styles/selector-line-sourcemap-header-deprecated.html
diff --git a/LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header-deprecated.html b/LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header-deprecated.html
index 780f7612ccea39301533efa5c2cd15babf4b0d71..e8cd6dfe6d6e7f3104319c005c744f3fc9d54339 100644
--- a/LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header-deprecated.html
+++ b/LayoutTests/http/tests/inspector/styles/selector-line-sourcemap-header-deprecated.html
@@ -14,7 +14,7 @@ function addStylesheet()
function test()
{
- WebInspector.experimentsSettings.sass.isEnabled = function() { return true; }
+ WebInspector.settings.cssSourceMapsEnabled.get = function() { return true; }
WebInspector.cssModel.addEventListener(WebInspector.CSSStyleModel.Events.StyleSheetAdded, step1, this);
InspectorTest.evaluateInPage("addStylesheet()");

Powered by Google App Engine
This is Rietveld 408576698