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 6bfe79f90773bee17c7d9503d1101ce47d07e072..32f80dd5a9923e6a932c0237f8d38915cd622056 100644 |
--- a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp |
+++ b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp |
@@ -492,7 +492,7 @@ bool DocumentLoader::RedirectReceived( |
fetcher_->StopFetching(); |
return false; |
} |
- if (GetFrameLoader().ShouldContinueForNavigationPolicy( |
+ if (GetFrameLoader().ShouldContinueForRedirectNavigationPolicy( |
request_, SubstituteData(), this, kCheckContentSecurityPolicy, |
navigation_type_, kNavigationPolicyCurrentTab, load_type_, |
IsClientRedirect(), nullptr) != kNavigationPolicyCurrentTab) { |