| 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 67e8d61ac7e7b0d9f8beec6757467af28fae0979..aaa5f3d90aec9adb131fb0933aa07b16e8064a45 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);
|
|
|