| Index: third_party/WebKit/LayoutTests/http/tests/inspector/search/search-in-static.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/search/search-in-static.html b/third_party/WebKit/LayoutTests/http/tests/inspector/search/search-in-static.html
|
| index 7e24bae03c33ac4a292c51e7594fce4b59a0c35a..844bc7afc2bafa4f29f812068c71a4242a3a3790 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/search/search-in-static.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/search/search-in-static.html
|
| @@ -12,13 +12,13 @@ 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");
|
| resource.requestContent().then(step3);
|
| }
|
|
|
| function step3()
|
| {
|
| - staticContentProvider = WebInspector.StaticContentProvider.fromString("", WebInspector.resourceTypes.Script, resource.content);
|
| + staticContentProvider = Common.StaticContentProvider.fromString("", Common.resourceTypes.Script, resource.content);
|
| InspectorTest.addResult(resource.url);
|
|
|
| var text = "searchTestUniqueString";
|
|
|