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 676c668137faeb5cb2032bd786023bffef09e6de..5cbbf8f2f898caa6254bb0bba9fe6f6cc9cfc353 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 |
@@ -15,8 +15,7 @@ function addStylesheet() |
function test() |
{ |
WebInspector.experimentsSettings.sass.isEnabled = function() { return true; } |
- InspectorTest.addConsoleSniffer(step1); |
- InspectorTest.evaluateInPage("addStylesheet()"); |
+ InspectorTest.evaluateInPage("addStylesheet()", step1); |
function step1() |
{ |