Index: third_party/WebKit/Source/core/html/LinkStyle.cpp |
diff --git a/third_party/WebKit/Source/core/html/LinkStyle.cpp b/third_party/WebKit/Source/core/html/LinkStyle.cpp |
index b005d916dcdc822cd6e0d3419bf676959fc4fa00..8dfaaaddc414a390c29b64e27595edbcc10b2ca4 100644 |
--- a/third_party/WebKit/Source/core/html/LinkStyle.cpp |
+++ b/third_party/WebKit/Source/core/html/LinkStyle.cpp |
@@ -305,7 +305,8 @@ void LinkStyle::process() { |
} |
} |
- if (!m_owner->loadLink(type, as, media, builder.url())) |
+ if (!m_owner->loadLink(type, as, media, m_owner->referrerPolicy(), |
+ builder.url())) |
return; |
if (m_disabledState != Disabled && m_owner->relAttribute().isStyleSheet() && |