diff options
Diffstat (limited to 'WebCore/css/CSSFontFaceSrcValue.h')
-rw-r--r-- | WebCore/css/CSSFontFaceSrcValue.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/css/CSSFontFaceSrcValue.h b/WebCore/css/CSSFontFaceSrcValue.h index f445555..22f1be7 100644 --- a/WebCore/css/CSSFontFaceSrcValue.h +++ b/WebCore/css/CSSFontFaceSrcValue.h @@ -66,6 +66,8 @@ public: virtual String cssText() const; + virtual void addSubresourceStyleURLs(ListHashSet<KURL>&, const CSSStyleSheet*); + private: CSSFontFaceSrcValue(const String& resource, bool local) : m_resource(resource) |