| Index: Source/core/frame/csp/CSPDirectiveList.cpp | 
| diff --git a/Source/core/frame/csp/CSPDirectiveList.cpp b/Source/core/frame/csp/CSPDirectiveList.cpp | 
| index c1c9b356379fcdc6e016eda93f4da9dd9ea3ee37..bcf706764911bdc82fc26771ee6bc53eda90b7ad 100644 | 
| --- a/Source/core/frame/csp/CSPDirectiveList.cpp | 
| +++ b/Source/core/frame/csp/CSPDirectiveList.cpp | 
| @@ -725,7 +725,7 @@ void CSPDirectiveList::addDirective(const String& name, const String& value) | 
| } else if (m_policy->experimentalFeaturesEnabled()) { | 
| if (equalIgnoringCase(name, ContentSecurityPolicy::ManifestSrc)) | 
| setCSPDirective<SourceListDirective>(name, value, m_manifestSrc); | 
| -        else if (equalIgnoringCase(name, ContentSecurityPolicy::StrictMixedContentChecking)) | 
| +        else if (equalIgnoringCase(name, ContentSecurityPolicy::BlockAllMixedContent)) | 
| enforceStrictMixedContentChecking(name, value); | 
| else | 
| m_policy->reportUnsupportedDirective(name); | 
|  |