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

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

Issue 881263002: DevTools: use target-based model accessors only. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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 5cf4649d008b1d4d315d073530a8ecfded2aba17..a3b6c77838e00a8c01c144702387d7eaf2f62c22 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.domModel.nodeForId(nodeIds[i]);
+ var node = InspectorTest.domModel.nodeForId(nodeIds[i]);
InspectorTest.addResult("node id: " + node.getAttribute("id"));
}
}
« no previous file with comments | « LayoutTests/inspector/elements/attribute-modified-ns.html ('k') | LayoutTests/inspector/elements/dom-search-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698