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