| Index: LayoutTests/http/tests/inspector/styles/update-locations-on-filesystem-scss-load.html
|
| diff --git a/LayoutTests/http/tests/inspector/styles/update-locations-on-filesystem-scss-load.html b/LayoutTests/http/tests/inspector/styles/update-locations-on-filesystem-scss-load.html
|
| index d0f40d428389671026d196f14fef5464efb8f60e..122672ccfbcbf05e8641908ef84e40ef9423d362 100644
|
| --- a/LayoutTests/http/tests/inspector/styles/update-locations-on-filesystem-scss-load.html
|
| +++ b/LayoutTests/http/tests/inspector/styles/update-locations-on-filesystem-scss-load.html
|
| @@ -59,7 +59,6 @@ function test()
|
| InspectorTest.addResult(uiLocation.uiSourceCode.url + ":" + uiLocation.lineNumber + ":" + uiLocation.columnNumber);
|
| }
|
|
|
| - WebInspector.experimentsSettings.sass.isEnabled = function() { return true; }
|
| InspectorTest.createWorkspace();
|
| manager = InspectorTest.createIsolatedFileSystemManager(InspectorTest.testWorkspace, InspectorTest.testFileSystemMapping);
|
| cssModel = new WebInspector.CSSStyleModel(InspectorTest.testWorkspace);
|
|
|