| Index: Source/core/css/resolver/StyleResolverState.h
|
| diff --git a/Source/core/css/resolver/StyleResolverState.h b/Source/core/css/resolver/StyleResolverState.h
|
| index 99bdd894edd604a466ef748e8f97c9478ac5fc36..3a911bbdc40fd4922be1ed83b37711a1901609f9 100644
|
| --- a/Source/core/css/resolver/StyleResolverState.h
|
| +++ b/Source/core/css/resolver/StyleResolverState.h
|
| @@ -122,7 +122,7 @@ public:
|
| // sites are extremely verbose.
|
| PassRefPtr<StyleImage> styleImage(CSSPropertyID propertyId, CSSValue* value)
|
| {
|
| - return m_elementStyleResources.styleImage(document()->textLinkColors(), style()->visitedDependentColor(CSSPropertyColor), propertyId, value);
|
| + return m_elementStyleResources.styleImage(document()->textLinkColors(), propertyId, value);
|
| }
|
|
|
| FontBuilder& fontBuilder() { return m_fontBuilder; }
|
|
|