| Index: Source/core/html/parser/PreloadRequest.h
|
| diff --git a/Source/core/html/parser/PreloadRequest.h b/Source/core/html/parser/PreloadRequest.h
|
| index 718c4feaaae0aaed89a1eacce9adc46252099355..9e06fcd89d1146a36effc95b9d259bd98a59a209 100644
|
| --- a/Source/core/html/parser/PreloadRequest.h
|
| +++ b/Source/core/html/parser/PreloadRequest.h
|
| @@ -45,6 +45,7 @@ public:
|
| bool isPreconnect() const { return m_requestType == RequestTypePreconnect; }
|
| bool isCORS() const { return m_isCORSEnabled; }
|
| bool isAllowCredentials() const { return m_allowCredentials == AllowStoredCredentials; }
|
| + const ClientHintsPreferences& preferences() const { return m_clientHintsPreferences; }
|
|
|
| private:
|
| PreloadRequest(const String& initiatorName,
|
|
|