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

Unified Diff: LayoutTests/inspector/elements/elements-panel-rewrite-href.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/elements-panel-rewrite-href.html
diff --git a/LayoutTests/inspector/elements/elements-panel-rewrite-href.html b/LayoutTests/inspector/elements/elements-panel-rewrite-href.html
index d2d5d36cfaec7cb604e75f3e8e12afdc9f27e403..a18d086c9cb40f7dac1c2e2f74da092dbec1f7da 100644
--- a/LayoutTests/inspector/elements/elements-panel-rewrite-href.html
+++ b/LayoutTests/inspector/elements/elements-panel-rewrite-href.html
@@ -13,7 +13,7 @@ function test()
function step1()
{
- var innerMapping = WebInspector.domAgent._idToDOMNode;
+ var innerMapping = WebInspector.domModel._idToDOMNode;
for (var nodeId in innerMapping) {
var node = innerMapping[nodeId];
« no previous file with comments | « LayoutTests/inspector/elements/elements-css-path.html ('k') | LayoutTests/inspector/elements/elements-panel-search.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698