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

Unified Diff: LayoutTests/inspector/elements/dom-search-crash.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/dom-search-crash.html
diff --git a/LayoutTests/inspector/elements/dom-search-crash.html b/LayoutTests/inspector/elements/dom-search-crash.html
index 6343d552cbf26db674c7c7ce2337ec6774140c75..d02fbd68818ecf7b4d0869dff9972dc10a96435b 100644
--- a/LayoutTests/inspector/elements/dom-search-crash.html
+++ b/LayoutTests/inspector/elements/dom-search-crash.html
@@ -8,12 +8,12 @@ function test()
function testSetUp(next)
{
WebInspector.inspectorView.showPanel("elements");
- WebInspector.domAgent.requestDocument(next);
+ WebInspector.domModel.requestDocument(next);
},
function testNoCrash(next)
{
- WebInspector.domAgent.performSearch("FooBar", next);
+ WebInspector.domModel.performSearch("FooBar", next);
}
]);
}
« no previous file with comments | « LayoutTests/inspector/elements/dom-agent-query-selector.html ('k') | LayoutTests/inspector/elements/edit-style-attribute.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698