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

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

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/node-xpath.xhtml
diff --git a/LayoutTests/inspector/elements/node-xpath.xhtml b/LayoutTests/inspector/elements/node-xpath.xhtml
index 1e1dbbd0f83e21d2bea797ddc51872cc0f128c97..d08c3af789844bf17fb42ddbecf6ef9c2ad0d335 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.domModel._idToDOMNode;
+ var map = InspectorTest.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