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); |
} |
]); |
} |