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

Unified Diff: LayoutTests/inspector/elements/node-xpath.xhtml

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/node-xpath.xhtml
diff --git a/LayoutTests/inspector/elements/node-xpath.xhtml b/LayoutTests/inspector/elements/node-xpath.xhtml
index 336e4f21f2b0bda9c348ba5467faa2596c8bc6c4..1e1dbbd0f83e21d2bea797ddc51872cc0f128c97 100644
--- a/LayoutTests/inspector/elements/node-xpath.xhtml
+++ b/LayoutTests/inspector/elements/node-xpath.xhtml
@@ -28,7 +28,7 @@ function test()
function getDocumentElement()
{
- var map = WebInspector.domAgent._idToDOMNode;
+ var map = WebInspector.domModel._idToDOMNode;
for (var id in map) {
if (map[id].nodeName() === "#document")
return map[id];
« no previous file with comments | « LayoutTests/inspector/elements/inspect-pseudo-element.html ('k') | LayoutTests/inspector/elements/perform-undo-undo.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698