| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 09e4348849b5dd68ad89f8b60e77b624c1f6a1a6..09503ed683782375a3bba669e1fead9c0917c542 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -282,9 +282,6 @@ public:
|
|
|
| bool hasLegacyViewportTag() const { return m_legacyViewportDescription.isLegacyViewportType(); }
|
|
|
| - void setReferrerPolicy(ReferrerPolicy);
|
| - ReferrerPolicy referrerPolicy() const { return m_referrerPolicy; }
|
| -
|
| String outgoingReferrer();
|
| String outgoingOrigin() const;
|
|
|
|
|