| 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 d76d6e3208fb1cff218d29d6ee93b32c84f43535..60742f1d6ff22577bdd71e01a0ec5a0f6e3a2d98 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| @@ -333,7 +333,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;
|
| }
|
|
|