| 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 c61472caf263c6f11c9154eedfdfe8434bf31e13..87c9a45c53b39b6cd24fc17e0f6c09d15c7aada9 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().processReferrerPolicy(contentValue);
|
| + document().parseAndSetReferrerPolicy(contentValue);
|
| else if (equalIgnoringCase(nameValue, "handheldfriendly") && equalIgnoringCase(contentValue, "true"))
|
| processViewportContentAttribute("width=device-width", ViewportDescription::HandheldFriendlyMeta);
|
| else if (equalIgnoringCase(nameValue, "mobileoptimized"))
|
|
|