| Index: third_party/WebKit/LayoutTests/inspector/elements/node-reselect-on-append-child.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/node-reselect-on-append-child.html b/third_party/WebKit/LayoutTests/inspector/elements/node-reselect-on-append-child.html
|
| index 53cd81da8fb0045195d70b126176d358e99b4d04..aec5e9523f2e869eddafa405a9ffe607b0d7a754 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/node-reselect-on-append-child.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/node-reselect-on-append-child.html
|
| @@ -18,8 +18,8 @@ function test()
|
|
|
| function onNodeSelected()
|
| {
|
| - InspectorTest.firstElementsTreeOutline().addEventListener(WebInspector.ElementsTreeOutline.Events.SelectedNodeChanged, onSelectionChangedEvent);
|
| - InspectorTest.addSniffer(WebInspector.ElementsTreeOutline.prototype, "_updateChildren", onNodeAppended);
|
| + InspectorTest.firstElementsTreeOutline().addEventListener(Elements.ElementsTreeOutline.Events.SelectedNodeChanged, onSelectionChangedEvent);
|
| + InspectorTest.addSniffer(Elements.ElementsTreeOutline.prototype, "_updateChildren", onNodeAppended);
|
| InspectorTest.evaluateInPage("appendNewNode()");
|
| }
|
|
|
|
|