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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/reveal-whitespace-text-node.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/reveal-whitespace-text-node.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/reveal-whitespace-text-node.html b/third_party/WebKit/LayoutTests/inspector/elements/reveal-whitespace-text-node.html
index eee340ec7ec2fe13cc53481fbcd51769c9a45516..e00a09045cad352cc0c90e17b458d0a55489d085 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/reveal-whitespace-text-node.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/reveal-whitespace-text-node.html
@@ -15,8 +15,8 @@ function test()
function childCallback(childObject)
{
- InspectorTest.firstElementsTreeOutline().addEventListener(WebInspector.ElementsTreeOutline.Events.SelectedNodeChanged, selectedNodeChanged);
- WebInspector.Revealer.reveal(childObject);
+ InspectorTest.firstElementsTreeOutline().addEventListener(Elements.ElementsTreeOutline.Events.SelectedNodeChanged, selectedNodeChanged);
+ Common.Revealer.reveal(childObject);
}
function selectedNodeChanged(event) {

Powered by Google App Engine
This is Rietveld 408576698