Index: LayoutTests/inspector/sources/debugger/debugger-command-line-api.html |
diff --git a/LayoutTests/inspector/sources/debugger/debugger-command-line-api.html b/LayoutTests/inspector/sources/debugger/debugger-command-line-api.html |
index af474eb25a9d86474db9e4caaed1d8c80a703d90..7dd5cb99d613997f0ab5762034d0dae2f7b8ad38 100644 |
--- a/LayoutTests/inspector/sources/debugger/debugger-command-line-api.html |
+++ b/LayoutTests/inspector/sources/debugger/debugger-command-line-api.html |
@@ -12,7 +12,7 @@ function testFunction() |
var test = function() |
{ |
InspectorTest.addSniffer(WebInspector.Main.prototype, "inspect", inspect); |
- InspectorTest.addSniffer(WebInspector.Revealer, "reveal", updateFocusedNode); |
+ InspectorTest.addSniffer(WebInspector.Revealer, "reveal", updateFocusedNode, true); |
function updateFocusedNode(node) |
{ |