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 a5b07b96e22a0ab869f5d920b17a30b87c1fa22d..59c7e21e1a7641f47df1abdc2edf40f0a15f9901 100644 |
--- a/LayoutTests/http/tests/inspector/styles/selector-line-deprecated.html |
+++ b/LayoutTests/http/tests/inspector/styles/selector-line-deprecated.html |
@@ -21,8 +21,7 @@ function addStylesheet() |
function test() |
{ |
WebInspector.experimentsSettings.sass.isEnabled = function() { return true; } |
- InspectorTest.addConsoleSniffer(step1); |
- InspectorTest.evaluateInPage("addStylesheet()"); |
+ InspectorTest.evaluateInPage("addStylesheet()", step1); |
function step1() |
{ |