| 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);
|
| }
|
| };
|
|
|