| Index: third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.cpp
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.cpp b/third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.cpp
|
| index 3356215059068e9164743a810896f1a82824418c..4c2e316bd9a6ac39d2e9c9b4cc6798a404d85b62 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.cpp
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.cpp
|
| @@ -219,7 +219,8 @@ bool ResourceLoader::willFollowRedirect(
|
|
|
| newRequest.setAllowStoredCredentials(m_resource->options().allowCredentials ==
|
| AllowStoredCredentials);
|
| -
|
| + context().prepareRequest(newRequest,
|
| + FetchContext::RedirectType::kForRedirect);
|
| context().dispatchWillSendRequest(m_resource->identifier(), newRequest,
|
| redirectResponse,
|
| m_resource->options().initiatorInfo);
|
|
|