summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/css/CSSValue.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/css/CSSValue.h')
-rw-r--r--Source/WebCore/css/CSSValue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/css/CSSValue.h b/Source/WebCore/css/CSSValue.h
index d5c023105..fe56428a1 100644
--- a/Source/WebCore/css/CSSValue.h
+++ b/Source/WebCore/css/CSSValue.h
@@ -107,7 +107,7 @@ public:
PassRefPtr<CSSValue> cloneForCSSOM() const;
- void addSubresourceStyleURLs(ListHashSet<KURL>&, const StyleSheetContents*);
+ void addSubresourceStyleURLs(ListHashSet<KURL>&, const StyleSheetContents*) const;
protected: