| Index: LayoutTests/http/tests/inspector/styles/selector-line-deprecated.html
|
| diff --git a/LayoutTests/http/tests/inspector/styles/selector-line-deprecated.html b/LayoutTests/http/tests/inspector/styles/selector-line-deprecated.html
|
| index 59c7e21e1a7641f47df1abdc2edf40f0a15f9901..d7968c005c9394e4f44825648930c63a4c65f533 100644
|
| --- a/LayoutTests/http/tests/inspector/styles/selector-line-deprecated.html
|
| +++ b/LayoutTests/http/tests/inspector/styles/selector-line-deprecated.html
|
| @@ -20,8 +20,8 @@ function addStylesheet()
|
|
|
| function test()
|
| {
|
| - WebInspector.experimentsSettings.sass.isEnabled = function() { return true; }
|
| - InspectorTest.evaluateInPage("addStylesheet()", step1);
|
| + WebInspector.cssModel.addEventListener(WebInspector.CSSStyleModel.Events.StyleSheetAdded, step1, this);
|
| + InspectorTest.evaluateInPage("addStylesheet()");
|
|
|
| function step1()
|
| {
|
|
|