Index: third_party/WebKit/Source/core/loader/FrameFetchContext.cpp |
diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp |
index aacb2082ace4ff6eb9b0ff2ccc3eb5aa7806d20e..aa986da062980b4657e40698427d4c02a6dcb094 100644 |
--- a/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp |
+++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp |
@@ -682,7 +682,7 @@ ResourceRequestBlockedReason FrameFetchContext::canRequestInternal( |
!m_document->contentSecurityPolicy()->allowRequest( |
resourceRequest.requestContext(), url, |
options.contentSecurityPolicyNonce, options.integrityMetadata, |
- redirectStatus, cspReporting)) |
+ options.parserDisposition, redirectStatus, cspReporting)) |
return ResourceRequestBlockedReasonCSP; |
} |