| 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()");
|
|
|
|
|