Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/search/search-in-static.html

Issue 1954423002: DevTools: introduce CSSStyleSheetHeader.originalContentProvider() method (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simplify-network-project
Patch Set: address comments Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-many-projects.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-many-projects.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698