Index: LayoutTests/inspector/elements/edit-dom-actions-shadow.html |
diff --git a/LayoutTests/inspector/elements/edit-dom-actions-shadow.html b/LayoutTests/inspector/elements/edit-dom-actions-shadow.html |
index 08789ce692471512ebed8e6193e5d2cc8286a77d..99b2aeae658081943da1da0027fac9fd60c64107 100644 |
--- a/LayoutTests/inspector/elements/edit-dom-actions-shadow.html |
+++ b/LayoutTests/inspector/elements/edit-dom-actions-shadow.html |
@@ -39,7 +39,7 @@ function test() |
function testBody(node, done) |
{ |
- var treeElement = WebInspector.panels.elements.treeOutline.findTreeElement(node); |
+ var treeElement = InspectorTest.firstElementsTreeOutline().findTreeElement(node); |
treeElement._editAsHTML(); |
InspectorTest.runAfterPendingDispatches(step2); |