| 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 9316fccd6f8c19c33e82ea8534ad3582519a75d9..7e24bae03c33ac4a292c51e7594fce4b59a0c35a 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
|
| @@ -18,7 +18,7 @@ function test()
|
|
|
| function step3()
|
| {
|
| - staticContentProvider = new WebInspector.StaticContentProvider("", WebInspector.resourceTypes.Script, Promise.resolve(resource.content));
|
| + staticContentProvider = WebInspector.StaticContentProvider.fromString("", WebInspector.resourceTypes.Script, resource.content);
|
| InspectorTest.addResult(resource.url);
|
|
|
| var text = "searchTestUniqueString";
|
|
|