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