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 5e7b3b83e7287f8c34757f4cb44a01e9a1c44e0c..23a73894b9c1eac1645cdac407dcc214d6c1c80e 100644 |
--- a/third_party/WebKit/Source/core/html/parser/PreloadRequest.cpp |
+++ b/third_party/WebKit/Source/core/html/parser/PreloadRequest.cpp |
@@ -47,6 +47,7 @@ FetchRequest PreloadRequest::resourceRequest(Document* document) |
request.setDefer(m_defer); |
request.setResourceWidth(m_resourceWidth); |
request.clientHintsPreferences().updateFrom(m_clientHintsPreferences); |
+ request.setIntegrityMetadata(m_integrityMetadata); |
return request; |
} |