| Index: third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLImageElement.cpp b/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| index 6689203f3cca345dfef15e3e284c8b23cc531d60..cab316648a46ec8a9b4c3be5ea27dd641e07bafc 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
|
| @@ -266,7 +266,7 @@ void HTMLImageElement::parseAttribute(const QualifiedName& name, const AtomicStr
|
| } else if (name == referrerpolicyAttr) {
|
| m_referrerPolicy = ReferrerPolicyDefault;
|
| if (!value.isNull())
|
| - SecurityPolicy::referrerPolicyFromString(value, &m_referrerPolicy);
|
| + SecurityPolicy::referrerPolicyFromStringWithLegacyKeywords(value, &m_referrerPolicy);
|
| } else {
|
| HTMLElement::parseAttribute(name, oldValue, value);
|
| }
|
|
|