Index: Source/core/css/resolver/StyleResolverState.h |
diff --git a/Source/core/css/resolver/StyleResolverState.h b/Source/core/css/resolver/StyleResolverState.h |
index aa559c998d05ab298a11d5da83081b1b4ca6ce9c..c5487271e13f8698c5b2d67da97aba6bd3f81d53 100644 |
--- a/Source/core/css/resolver/StyleResolverState.h |
+++ b/Source/core/css/resolver/StyleResolverState.h |
@@ -117,7 +117,7 @@ public: |
// FIXME: Once styleImage can be made to not take a StyleResolverState |
// this convenience function should be removed. As-is, without this, call |
// sites are extremely verbose. |
- PassRefPtr<StyleImage> styleImage(CSSPropertyID propertyId, CSSValue* value) |
+ PassRefPtr<StyleImage> styleImage(CSSPropertyID propertyId, CSSValue value) |
{ |
return m_elementStyleResources.styleImage(document(), document().textLinkColors(), style()->color(), propertyId, value); |
} |