| Index: third_party/WebKit/LayoutTests/inspector/elements/move-node.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/move-node.html b/third_party/WebKit/LayoutTests/inspector/elements/move-node.html
|
| index b0da541cdc096aceb9b5d6be4a40d668a8b08296..1044be37c9d93b8e7c366dead4a761cacd1a0d09 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/move-node.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/move-node.html
|
| @@ -25,13 +25,13 @@ function test()
|
| function testDragAndDrop(next)
|
| {
|
| var treeOutline = InspectorTest.firstElementsTreeOutline();
|
| - treeOutline.addEventListener(WebInspector.ElementsTreeOutline.Events.SelectedNodeChanged, selectionChanged);
|
| + treeOutline.addEventListener(Elements.ElementsTreeOutline.Events.SelectedNodeChanged, selectionChanged);
|
|
|
| function selectionChanged()
|
| {
|
| InspectorTest.addResult("===== Moved child2 =====");
|
| InspectorTest.dumpElementsTree(containerNode);
|
| - InspectorTest.addResult("Selection: " + WebInspector.DOMPresentationUtils.fullQualifiedSelector(treeOutline.selectedDOMNode()));
|
| + InspectorTest.addResult("Selection: " + Components.DOMPresentationUtils.fullQualifiedSelector(treeOutline.selectedDOMNode()));
|
| next();
|
| }
|
|
|
|
|