| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 31e6fa093898b30380fa398822e1db26da368d18..dbf24300948695646d45183b83c1007d842adeab 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -291,6 +291,7 @@ class CORE_EXPORT Document : public ContainerNode,
|
| Length viewportDefaultMinWidth() const { return m_viewportDefaultMinWidth; }
|
|
|
| String outgoingReferrer() const override;
|
| + ReferrerPolicy getReferrerPolicy() const override;
|
|
|
| void setDoctype(DocumentType*);
|
| DocumentType* doctype() const { return m_docType.get(); }
|
|
|