| Index: Source/core/loader/FrameFetchContext.cpp
|
| diff --git a/Source/core/loader/FrameFetchContext.cpp b/Source/core/loader/FrameFetchContext.cpp
|
| index c83341fdd929bfa6798a8dd588a275de175624ea..d3b1cf96d0970db3663e282d6c352630b7e06316 100644
|
| --- a/Source/core/loader/FrameFetchContext.cpp
|
| +++ b/Source/core/loader/FrameFetchContext.cpp
|
| @@ -573,11 +573,6 @@ SecurityOrigin* FrameFetchContext::securityOrigin() const
|
| return m_document ? m_document->securityOrigin() : nullptr;
|
| }
|
|
|
| -String FrameFetchContext::charset() const
|
| -{
|
| - return m_document ? m_document->charset().string() : String();
|
| -}
|
| -
|
| void FrameFetchContext::upgradeInsecureRequest(FetchRequest& fetchRequest)
|
| {
|
| KURL url = fetchRequest.resourceRequest().url();
|
|
|