| Index: third_party/WebKit/LayoutTests/http/tests/inspector/search/search-in-resource.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/search/search-in-resource.html b/third_party/WebKit/LayoutTests/http/tests/inspector/search/search-in-resource.html
|
| index ef3351da8fdaca24b89850019be0b1416f68b018..57e07961ae66f011116acd62b59c066dfc282706 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/search/search-in-resource.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/search/search-in-resource.html
|
| @@ -11,7 +11,7 @@ function test()
|
|
|
| function step2()
|
| {
|
| - resource = WebInspector.resourceForURL("http://127.0.0.1:8000/inspector/search/resources/search.js");
|
| + resource = Bindings.resourceForURL("http://127.0.0.1:8000/inspector/search/resources/search.js");
|
| InspectorTest.addResult(resource.url);
|
|
|
| // This file should not match search query.
|
|
|