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 bc786b588..f5d658e18 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 StyleSheetInternal* styleSheet)
+void CSSReflectValue::addSubresourceStyleURLs(ListHashSet<KURL>& urls, const StyleSheetContents* styleSheet)
{
if (m_mask)
m_mask->addSubresourceStyleURLs(urls, styleSheet);