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 e3a8c51eae71d0c0d750835cbf63215175798993..c0329ed50f6170b690c1381ef045511b71bd8a1f 100644 |
--- a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp |
+++ b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp |
@@ -467,7 +467,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) { |