| Index: LayoutTests/inspector/elements/edit-dom-actions.html
|
| diff --git a/LayoutTests/inspector/elements/edit-dom-actions.html b/LayoutTests/inspector/elements/edit-dom-actions.html
|
| index b335522e7c1f5d4aab2cc6809da455f51c524a64..5146eb3ed6dbc38ffb02b796008ea8755316ed73 100644
|
| --- a/LayoutTests/inspector/elements/edit-dom-actions.html
|
| +++ b/LayoutTests/inspector/elements/edit-dom-actions.html
|
| @@ -106,7 +106,7 @@ function test()
|
| var childNodes = testNode.children();
|
| for (var i = 0; i < childNodes.length; ++i) {
|
| if (childNodes[i].nodeType() === 8) {
|
| - WebInspector._updateFocusedNode(childNodes[i].id);
|
| + WebInspector.Revealer.reveal(childNodes[i]);
|
| callback(childNodes[i]);
|
| return;
|
| }
|
|
|