| Index: Source/core/loader/FrameFetchContext.h
|
| diff --git a/Source/core/loader/FrameFetchContext.h b/Source/core/loader/FrameFetchContext.h
|
| index 4d3b3ab12f517128f506fd1e7eafc59af685ae60..0cccb3b3286f4037b50b39d4bcc50dde8b650db7 100644
|
| --- a/Source/core/loader/FrameFetchContext.h
|
| +++ b/Source/core/loader/FrameFetchContext.h
|
| @@ -101,7 +101,6 @@ public:
|
| void sendImagePing(const KURL&) override;
|
| void addConsoleMessage(const String&) const override;
|
| SecurityOrigin* securityOrigin() const override;
|
| - String charset() const override;
|
| void upgradeInsecureRequest(FetchRequest&) override;
|
| void addClientHintsIfNecessary(FetchRequest&) override;
|
| void addCSPHeaderIfNecessary(Resource::Type, FetchRequest&) override;
|
|
|