Index: Source/core/css/CSSFontFaceSrcValue.h |
diff --git a/Source/core/css/CSSFontFaceSrcValue.h b/Source/core/css/CSSFontFaceSrcValue.h |
index a013c92dca261810f5b463d12231875420ed4385..a0da46c4597880d1b1869ac484d29da89368b622 100644 |
--- a/Source/core/css/CSSFontFaceSrcValue.h |
+++ b/Source/core/css/CSSFontFaceSrcValue.h |
@@ -53,7 +53,6 @@ |
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; |
@@ -89,7 +88,6 @@ |
String m_resource; |
String m_format; |
- String m_referrer; |
bool m_isLocal; |
ResourcePtr<FontResource> m_fetched; |