| Index: third_party/WebKit/Source/core/html/HTMLMetaElement-in.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMetaElement-in.cpp b/third_party/WebKit/Source/core/html/HTMLMetaElement-in.cpp
|
| index 48d2db71ab3327ebce8bfba1c24ee07729153512..2a1ff8af2e04771130bbe9b77584e745b36f5a55 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMetaElement-in.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMetaElement-in.cpp
|
| @@ -477,7 +477,7 @@ void HTMLMetaElement::process()
|
| if (equalIgnoringCase(nameValue, "viewport"))
|
| processViewportContentAttribute(contentValue, ViewportDescription::ViewportMeta);
|
| else if (equalIgnoringCase(nameValue, "referrer"))
|
| - document().parseAndSetReferrerPolicy(contentValue);
|
| + document().parseAndSetReferrerPolicy(contentValue, true /* support legacy keywords */);
|
| else if (equalIgnoringCase(nameValue, "handheldfriendly") && equalIgnoringCase(contentValue, "true"))
|
| processViewportContentAttribute("width=device-width", ViewportDescription::HandheldFriendlyMeta);
|
| else if (equalIgnoringCase(nameValue, "mobileoptimized"))
|
|
|