Index: LayoutTests/http/tests/inspector/command-line-api-inspect.html |
diff --git a/LayoutTests/http/tests/inspector/command-line-api-inspect.html b/LayoutTests/http/tests/inspector/command-line-api-inspect.html |
index ac74459ab9c1bfab71a971cbcf5fa63d992b9ebf..9d92851dec2be8bfa24bcc7db31d20f42ee018e7 100644 |
--- a/LayoutTests/http/tests/inspector/command-line-api-inspect.html |
+++ b/LayoutTests/http/tests/inspector/command-line-api-inspect.html |
@@ -35,7 +35,7 @@ function test() |
InspectorTest.runTestSuite([ |
function testRevealElement(next) |
{ |
- InspectorTest.addSniffer(WebInspector.Revealer, "reveal", step2); |
+ InspectorTest.addSniffer(WebInspector.Revealer, "reveal", step2, true); |
evalAndDump("inspect($('#p1'))"); |
function step2(node) |