| Index: third_party/WebKit/Source/core/loader/MixedContentChecker.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/MixedContentChecker.cpp b/third_party/WebKit/Source/core/loader/MixedContentChecker.cpp
|
| index 4d7d6e70f1cae4d5627b8f181eba5183513f16e9..802d054fa6c48da9c1e9bdffd403aa4cc758fe44 100644
|
| --- a/third_party/WebKit/Source/core/loader/MixedContentChecker.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/MixedContentChecker.cpp
|
| @@ -586,9 +586,9 @@ void MixedContentChecker::mixedContentFound(
|
| frame->securityContext()->contentSecurityPolicy();
|
| if (policy) {
|
| policy->reportMixedContent(
|
| - mixedContentUrl, hadRedirect
|
| - ? ResourceRequest::RedirectStatus::FollowedRedirect
|
| - : ResourceRequest::RedirectStatus::NoRedirect);
|
| + mixedContentUrl,
|
| + hadRedirect ? ResourceRequest::RedirectStatus::FollowedRedirect
|
| + : ResourceRequest::RedirectStatus::NoRedirect);
|
| }
|
| }
|
|
|
|
|