| 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 7e597e6a42039aa8f9e50edf63e509c0ac9426d8..e2e05648dd1a5622117b8d4b388cc6c47d8a6e13 100644
|
| --- a/third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.h
|
| +++ b/third_party/WebKit/Source/core/loader/resource/XSLStyleSheetResource.h
|
| @@ -50,7 +50,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);
|
| }
|
| };
|
|
|