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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-3/simple-selector.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/styles-3/simple-selector.html
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-3/simple-selector.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/simple-selector.html
index 59665ebed826e5f284c9f860a631c7bdcc43d893..568721973346e922a6ab8fc98ea54b0b4857e529 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-3/simple-selector.html
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/simple-selector.html
@@ -13,7 +13,7 @@ function test()
var container = InspectorTest.expandedNodeWithId("container");
var children = container.children();
for (var i = 0; i < children.length; ++i)
- InspectorTest.addResult(WebInspector.DOMPresentationUtils.simpleSelector(children[i]));
+ InspectorTest.addResult(Components.DOMPresentationUtils.simpleSelector(children[i]));
InspectorTest.completeTest();
}
}

Powered by Google App Engine
This is Rietveld 408576698