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

Unified Diff: LayoutTests/http/tests/inspector/modify-cross-domain-rule.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/http/tests/inspector/modify-cross-domain-rule.html
diff --git a/LayoutTests/http/tests/inspector/modify-cross-domain-rule.html b/LayoutTests/http/tests/inspector/modify-cross-domain-rule.html
index c5a703da30f89aab291d6fa0cb563f447bc4a14b..ab1df556b9dc0a7483e621245b828e53d3a61d0d 100644
--- a/LayoutTests/http/tests/inspector/modify-cross-domain-rule.html
+++ b/LayoutTests/http/tests/inspector/modify-cross-domain-rule.html
@@ -20,7 +20,7 @@ function test()
function selectCallback()
{
- var idToDOMNode = WebInspector.domAgent._idToDOMNode;
+ var idToDOMNode = WebInspector.domModel._idToDOMNode;
for (var id in idToDOMNode) {
node = idToDOMNode[id];
if (node.getAttribute && node.getAttribute("id") === "inspected") {
« no previous file with comments | « LayoutTests/http/tests/inspector/layers-test.js ('k') | LayoutTests/inspector/elements/dom-agent-query-selector.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698