| Index: third_party/WebKit/LayoutTests/inspector/elements/edit/switch-panels-while-editing-as-html.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/edit/switch-panels-while-editing-as-html.html b/third_party/WebKit/LayoutTests/inspector/elements/edit/switch-panels-while-editing-as-html.html
|
| index 7b4fc514073dfabb515442ba7b0ce722b91e6c4a..ca7cd4c2c13a04e8a850cee4c936b6be3138e0d9 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/edit/switch-panels-while-editing-as-html.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/edit/switch-panels-while-editing-as-html.html
|
| @@ -22,13 +22,13 @@ function test()
|
| var treeOutline = InspectorTest.firstElementsTreeOutline();
|
| var treeElement = treeOutline.findTreeElement(node);
|
| treeElement.toggleEditAsHTML();
|
| - InspectorTest.addSniffer(WebInspector.ElementsTreeOutline.prototype, "setMultilineEditing", next);
|
| + InspectorTest.addSniffer(Elements.ElementsTreeOutline.prototype, "setMultilineEditing", next);
|
| }
|
| },
|
|
|
| function switchPanels(next)
|
| {
|
| - WebInspector.inspectorView.showPanel("sources")
|
| + UI.inspectorView.showPanel("sources")
|
| .then(next)
|
| .catch(onError);
|
|
|
|
|