Index: LayoutTests/inspector/elements/breadcrumb-shadow-roots.html |
diff --git a/LayoutTests/inspector/elements/breadcrumb-shadow-roots.html b/LayoutTests/inspector/elements/breadcrumb-shadow-roots.html |
index 508cf1f30c36d0d24e9bcc32345f7031035a026c..e5beff1e0bf25ccdc11b64eec2e32d0dcc5d6f00 100644 |
--- a/LayoutTests/inspector/elements/breadcrumb-shadow-roots.html |
+++ b/LayoutTests/inspector/elements/breadcrumb-shadow-roots.html |
@@ -41,8 +41,7 @@ function test() |
InspectorTest.findNode(matchFunction, callback); |
function callback(node) |
{ |
- if (node) |
- WebInspector._updateFocusedNode(node.id); |
+ WebInspector.Revealer.reveal(node); |
next(node); |
} |
} |