| Index: third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp b/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| index 9eba4a9a578c732dcb60a0d97e3bababa7b8f884..7e97fcca9899c71fe14ce32225edb71cced3fc9c 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
|
| @@ -83,7 +83,8 @@ void HTMLLinkElement::parseAttribute(
|
| } else if (name == referrerpolicyAttr) {
|
| m_referrerPolicy = ReferrerPolicyDefault;
|
| if (!value.isNull()) {
|
| - SecurityPolicy::referrerPolicyFromString(value, &m_referrerPolicy);
|
| + SecurityPolicy::referrerPolicyFromString(
|
| + value, DoNotSupportReferrerPolicyLegacyKeywords, &m_referrerPolicy);
|
| UseCounter::count(document(),
|
| UseCounter::HTMLLinkElementReferrerPolicyAttribute);
|
| }
|
|
|