| Index: Source/core/css/CSSFontFaceSrcValue.h
|
| diff --git a/Source/core/css/CSSFontFaceSrcValue.h b/Source/core/css/CSSFontFaceSrcValue.h
|
| index a0da46c4597880d1b1869ac484d29da89368b622..a013c92dca261810f5b463d12231875420ed4385 100644
|
| --- a/Source/core/css/CSSFontFaceSrcValue.h
|
| +++ b/Source/core/css/CSSFontFaceSrcValue.h
|
| @@ -53,6 +53,7 @@ public:
|
| bool isLocal() const { return m_isLocal; }
|
|
|
| void setFormat(const String& format) { m_format = format; }
|
| + void setReferrer(const String& referrer) { m_referrer = referrer; }
|
|
|
| bool isSupportedFormat() const;
|
|
|
| @@ -88,6 +89,7 @@ private:
|
|
|
| String m_resource;
|
| String m_format;
|
| + String m_referrer;
|
| bool m_isLocal;
|
|
|
| ResourcePtr<FontResource> m_fetched;
|
|
|