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

Unified Diff: third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResource.h

Issue 2816403002: test all
Patch Set: fix sharedworker Created 3 years, 8 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
Index: third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResource.h
diff --git a/third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResource.h b/third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResource.h
index 618c533c48fd1899fd107bb7f5e02877d448dc94..4d9b23e7e7f3bdcaed2619ca89222d2fbecb6fd8 100644
--- a/third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResource.h
+++ b/third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResource.h
@@ -66,7 +66,8 @@ class CORE_EXPORT CSSStyleSheetResource final : public StyleSheetResource {
Resource* Create(const ResourceRequest& request,
const ResourceLoaderOptions& options,
- const String& charset) const override {
+ const String& charset,
+ FetchContext*) const override {
return new CSSStyleSheetResource(request, options, charset);
}
};

Powered by Google App Engine
This is Rietveld 408576698