| 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 7d17867e24f9f2c769d90fb03f9fadf3b199cfbd..9316fccd6f8c19c33e82ea8534ad3582519a75d9 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, resource.content);
|
| + staticContentProvider = new WebInspector.StaticContentProvider("", WebInspector.resourceTypes.Script, Promise.resolve(resource.content));
|
| InspectorTest.addResult(resource.url);
|
|
|
| var text = "searchTestUniqueString";
|
|
|