| Index: Source/core/html/parser/PreloadRequest.h
|
| diff --git a/Source/core/html/parser/PreloadRequest.h b/Source/core/html/parser/PreloadRequest.h
|
| index 49b6afa0f1e99c8cfed6910e372f8dc2c5d5eb35..0fe232f54589c5ad2d0dc2daf425b431cebd5e46 100644
|
| --- a/Source/core/html/parser/PreloadRequest.h
|
| +++ b/Source/core/html/parser/PreloadRequest.h
|
| @@ -47,6 +47,7 @@ public:
|
| bool isCORS() const { return m_isCORSEnabled; }
|
| bool isAllowCredentials() const { return m_allowCredentials == AllowStoredCredentials; }
|
| const ClientHintsPreferences& preferences() const { return m_clientHintsPreferences; }
|
| + ReferrerPolicy referrerPolicy() const { return m_referrerPolicy; }
|
|
|
| private:
|
| PreloadRequest(const String& initiatorName,
|
|
|