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

Unified Diff: third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.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/XSLStyleSheetResource.h
diff --git a/third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.h b/third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.h
index 8eabcc24a15305b8531a09eb3c7dea63a7fd6687..76ed077e3f3358c25800a1b13aeb750536b56802 100644
--- a/third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.h
+++ b/third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.h
@@ -51,7 +51,8 @@ class XSLStyleSheetResource final : public StyleSheetResource {
Resource* Create(const ResourceRequest& request,
const ResourceLoaderOptions& options,
- const String& charset) const override {
+ const String& charset,
+ FetchContext*) const override {
return new XSLStyleSheetResource(request, options, charset);
}
};
« no previous file with comments | « third_party/WebKit/Source/core/loader/resource/ScriptResource.h ('k') | third_party/WebKit/Source/core/probe/CoreProbes.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698