diff options
Diffstat (limited to 'Source/WebCore/css/CSSReflectValue.h')
-rw-r--r-- | Source/WebCore/css/CSSReflectValue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/css/CSSReflectValue.h b/Source/WebCore/css/CSSReflectValue.h index 9a844259e..5cfb20e27 100644 --- a/Source/WebCore/css/CSSReflectValue.h +++ b/Source/WebCore/css/CSSReflectValue.h @@ -49,7 +49,7 @@ public: String customCssText() const; - void addSubresourceStyleURLs(ListHashSet<KURL>&, const StyleSheetContents*); + void addSubresourceStyleURLs(ListHashSet<KURL>&, const StyleSheetContents*) const; private: CSSReflectValue(CSSReflectionDirection direction, PassRefPtr<CSSPrimitiveValue> offset, PassRefPtr<CSSValue> mask) |