Index: third_party/WebKit/Source/core/html/parser/PreloadRequest.cpp |
diff --git a/third_party/WebKit/Source/core/html/parser/PreloadRequest.cpp b/third_party/WebKit/Source/core/html/parser/PreloadRequest.cpp |
index 7a0deed9a0b972a43c47bf3781d5500e799f7a3b..5278e2ecd7c66e92c9aa027405f073af21eac60a 100644 |
--- a/third_party/WebKit/Source/core/html/parser/PreloadRequest.cpp |
+++ b/third_party/WebKit/Source/core/html/parser/PreloadRequest.cpp |
@@ -50,6 +50,7 @@ FetchRequest PreloadRequest::resourceRequest(Document* document) { |
request.clientHintsPreferences().updateFrom(m_clientHintsPreferences); |
request.setIntegrityMetadata(m_integrityMetadata); |
request.setContentSecurityPolicyNonce(m_nonce); |
+ request.setParserDisposition(ParserInserted); |
if (m_requestType == RequestTypeLinkRelPreload) |
request.setLinkPreload(true); |