| Index: LayoutTests/http/tests/inspector/stylesheet-source-mapping.html
|
| diff --git a/LayoutTests/http/tests/inspector/stylesheet-source-mapping.html b/LayoutTests/http/tests/inspector/stylesheet-source-mapping.html
|
| index 3bfe4a6a89ac345eb538ddc0cc78a8750bfcb699..54a03a04ee6f6bbc166c7c369818320fe1484c78 100644
|
| --- a/LayoutTests/http/tests/inspector/stylesheet-source-mapping.html
|
| +++ b/LayoutTests/http/tests/inspector/stylesheet-source-mapping.html
|
| @@ -8,7 +8,6 @@
|
|
|
| function test()
|
| {
|
| - WebInspector.experimentsSettings.sass.isEnabled = function() { return true; }
|
| InspectorTest.createWorkspace();
|
| var cssModel = new WebInspector.CSSStyleModel(InspectorTest.testWorkspace);
|
| var mapping = new WebInspector.CSSStyleSheetMapping(cssModel, InspectorTest.testWorkspace, InspectorTest.testNetworkWorkspaceProvider);
|
|
|