Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/edit/switch-panels-while-editing-as-html.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698