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

Unified Diff: LayoutTests/inspector/elements/dom-search-crash.html

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/dom-search-crash.html
diff --git a/LayoutTests/inspector/elements/dom-search-crash.html b/LayoutTests/inspector/elements/dom-search-crash.html
index a79f6568c45009fb410f7ea4d7f2a3371ff83400..70458b4a259b9e5bef5ac7416679d966d88782e3 100644
--- a/LayoutTests/inspector/elements/dom-search-crash.html
+++ b/LayoutTests/inspector/elements/dom-search-crash.html
@@ -7,12 +7,12 @@ function test()
InspectorTest.runTestSuite([
function testSetUp(next)
{
- WebInspector.domModel.requestDocument(next);
+ InspectorTest.domModel.requestDocument(next);
},
function testNoCrash(next)
{
- WebInspector.domModel.performSearch("FooBar", false, next);
+ InspectorTest.domModel.performSearch("FooBar", false, 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