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

Unified Diff: LayoutTests/inspector/elements/dom-agent-query-selector.html

Issue 206313004: DevTools: Rename WebInspector.DOMAgent into WebInspector.DOMModel (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase on master Created 6 years, 9 months 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: LayoutTests/inspector/elements/dom-agent-query-selector.html
diff --git a/LayoutTests/inspector/elements/dom-agent-query-selector.html b/LayoutTests/inspector/elements/dom-agent-query-selector.html
index d4b26c0db8ea586648dc6ebe3d50d9810cc8d84b..5a1f69657ba80d6af9849d43df7d6a4d8ef46fd4 100644
--- a/LayoutTests/inspector/elements/dom-agent-query-selector.html
+++ b/LayoutTests/inspector/elements/dom-agent-query-selector.html
@@ -52,7 +52,7 @@ function test()
if (!nodeIds[i])
InspectorTest.addResult("no results");
else {
- var node = WebInspector.domAgent.nodeForId(nodeIds[i]);
+ var node = WebInspector.domModel.nodeForId(nodeIds[i]);
InspectorTest.addResult("node id: " + node.getAttribute("id"));
}
}
« no previous file with comments | « LayoutTests/http/tests/inspector/modify-cross-domain-rule.html ('k') | LayoutTests/inspector/elements/dom-search-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698