| Index: third_party/WebKit/LayoutTests/http/tests/inspector/search/search-in-non-existing-resource.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/search/search-in-non-existing-resource.html b/third_party/WebKit/LayoutTests/http/tests/inspector/search/search-in-non-existing-resource.html
|
| index b3b85e2c7b8482dd60474d5152d58cc8f7179df9..a61cf79c7e985a28993d6d46e43a078ae6bf3ea6 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/search/search-in-non-existing-resource.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/search/search-in-non-existing-resource.html
|
| @@ -12,7 +12,7 @@ function test()
|
|
|
| function step2()
|
| {
|
| - var resource = WebInspector.resourceForURL("http://127.0.0.1:8000/inspector/search/resources/search.js");
|
| + var resource = Bindings.resourceForURL("http://127.0.0.1:8000/inspector/search/resources/search.js");
|
| var url = "http://127.0.0.1:8000/inspector/search/resources/non-existing.js";
|
| InspectorTest.PageAgent.searchInResource(resource.frameId, url, text, step3);
|
| }
|
|
|