| Index: third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| diff --git a/third_party/WebKit/Source/core/fetch/FetchContext.cpp b/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| index 207af0ff18753ea1bd0fc42e6f3157401d3d6e3d..ca03599be2b53d031a2004a82c0ee843bce0f893 100644
|
| --- a/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| +++ b/third_party/WebKit/Source/core/fetch/FetchContext.cpp
|
| @@ -109,7 +109,7 @@ void FetchContext::addConsoleMessage(const String&) const
|
| {
|
| }
|
|
|
| -void FetchContext::upgradeInsecureRequest(FetchRequest&)
|
| +void FetchContext::upgradeInsecureRequest(ResourceRequest&)
|
| {
|
| }
|
|
|
|
|