summaryrefslogtreecommitdiff
path: root/Source/WebCore/css/CSSReflectValue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/css/CSSReflectValue.cpp')
-rw-r--r--Source/WebCore/css/CSSReflectValue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/css/CSSReflectValue.cpp b/Source/WebCore/css/CSSReflectValue.cpp
index f5d658e18..b36c3ad7b 100644
--- a/Source/WebCore/css/CSSReflectValue.cpp
+++ b/Source/WebCore/css/CSSReflectValue.cpp
@@ -59,7 +59,7 @@ String CSSReflectValue::customCssText() const
return result;
}
-void CSSReflectValue::addSubresourceStyleURLs(ListHashSet<KURL>& urls, const StyleSheetContents* styleSheet)
+void CSSReflectValue::addSubresourceStyleURLs(ListHashSet<KURL>& urls, const StyleSheetContents* styleSheet) const
{
if (m_mask)
m_mask->addSubresourceStyleURLs(urls, styleSheet);