Index: third_party/WebKit/Source/core/loader/FrameLoader.cpp |
diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.cpp b/third_party/WebKit/Source/core/loader/FrameLoader.cpp |
index 266ae71c59f457ce33f0b54f8cdd2356c39f815d..fc8af3873519d2134acbfbd6f0b813b5b4dc4f36 100644 |
--- a/third_party/WebKit/Source/core/loader/FrameLoader.cpp |
+++ b/third_party/WebKit/Source/core/loader/FrameLoader.cpp |
@@ -441,7 +441,7 @@ void FrameLoader::didBeginDocument(bool dispatch) |
m_frame->document()->initContentSecurityPolicy(m_documentLoader ? m_documentLoader->releaseContentSecurityPolicy() : ContentSecurityPolicy::create()); |
if (m_documentLoader) { |
m_frame->document()->clientHintsPreferences().updateFrom(m_documentLoader->clientHintsPreferences()); |
- LinkLoader::loadLinkFromHeader(m_documentLoader->response().httpHeaderField(HTTPNames::Link), m_frame->document(), NetworkHintsInterfaceImpl(), LinkLoader::LoadResources); |
+ LinkLoader::loadLinkFromHeader(m_documentLoader->response().httpHeaderField(HTTPNames::Link), m_frame->document(), NetworkHintsInterfaceImpl(), LinkLoader::OnlyLoadResources); |
} |
Settings* settings = m_frame->document()->settings(); |