| Index: third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| index 2c84b0d65a9e036b1930a676de24699d396ab9b7..134d973f26021b7c62bcce8b20435b553c0fb955 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| @@ -343,7 +343,7 @@ void DocumentLoader::redirectReceived(Resource* resource, ResourceRequest& reque
|
| timing().addRedirect(redirectResponse.url(), url);
|
| appendRedirect(url);
|
| frameLoader()->receivedMainResourceRedirect(m_request.url());
|
| - if (!frameLoader()->shouldContinueForNavigationPolicy(request, SubstituteData(), this, CheckContentSecurityPolicy, m_navigationType, NavigationPolicyCurrentTab, replacesCurrentHistoryItem()))
|
| + if (!frameLoader()->shouldContinueForNavigationPolicy(request, SubstituteData(), this, CheckContentSecurityPolicy, m_navigationType, NavigationPolicyCurrentTab, replacesCurrentHistoryItem(), nullptr))
|
| cancelMainResourceLoad(ResourceError::cancelledError(url));
|
| }
|
|
|
|
|