Index: third_party/WebKit/Source/core/html/parser/PreloadRequest.h |
diff --git a/third_party/WebKit/Source/core/html/parser/PreloadRequest.h b/third_party/WebKit/Source/core/html/parser/PreloadRequest.h |
index 994298cdc26d6d0ed720a49d722c5dfdb5cd91fb..cb0932d17da7e31390656d7977793318f4c47dd5 100644 |
--- a/third_party/WebKit/Source/core/html/parser/PreloadRequest.h |
+++ b/third_party/WebKit/Source/core/html/parser/PreloadRequest.h |
@@ -51,7 +51,7 @@ public: |
const KURL& baseURL() const { return m_baseURL; } |
bool isPreconnect() const { return m_requestType == RequestTypePreconnect; } |
const ClientHintsPreferences& preferences() const { return m_clientHintsPreferences; } |
- ReferrerPolicy referrerPolicy() const { return m_referrerPolicy; } |
+ ReferrerPolicy getReferrerPolicy() const { return m_referrerPolicy; } |
void setIntegrityMetadata(const IntegrityMetadataSet& metadataSet) |
{ |
m_integrityMetadata = metadataSet; |