| 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 4295483ad37e2f7e1b9a46bb70ef95807e5115de..af37ba04112b455995b6b0e1fb93147c3d3c1e64 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| @@ -346,7 +346,7 @@ void DocumentLoader::redirectReceived(Resource* resource, ResourceRequest& reque
|
| cancelMainResourceLoad(ResourceError::cancelledError(requestURL));
|
| return;
|
| }
|
| - if (!frameLoader()->shouldContinueForNavigationPolicy(m_request, SubstituteData(), this, CheckContentSecurityPolicy, m_navigationType, NavigationPolicyCurrentTab, replacesCurrentHistoryItem(), isClientRedirect())) {
|
| + if (!frameLoader()->shouldContinueForNavigationPolicy(m_request, SubstituteData(), this, CheckContentSecurityPolicy, m_navigationType, NavigationPolicyCurrentTab, replacesCurrentHistoryItem(), isClientRedirect(), nullptr)) {
|
| cancelMainResourceLoad(ResourceError::cancelledError(requestURL));
|
| return;
|
| }
|
|
|