diff options
Diffstat (limited to 'WebCore/css/CSSValueList.h')
-rw-r--r-- | WebCore/css/CSSValueList.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/css/CSSValueList.h b/WebCore/css/CSSValueList.h index 006b9db..d34f445 100644 --- a/WebCore/css/CSSValueList.h +++ b/WebCore/css/CSSValueList.h @@ -57,6 +57,8 @@ public: CSSParserValueList* createParserValueList() const; + virtual void addSubresourceStyleURLs(ListHashSet<KURL>&, const CSSStyleSheet*); + protected: CSSValueList(bool isSpaceSeparated); CSSValueList(CSSParserValueList*); |