| Index: Source/core/css/CSSToStyleMap.cpp
|
| diff --git a/Source/core/css/CSSToStyleMap.cpp b/Source/core/css/CSSToStyleMap.cpp
|
| index 2fb8595f414bdcab25827d083edd66729209546f..43227c9f06db6241f4dfacfe420f8302e93eb7db 100644
|
| --- a/Source/core/css/CSSToStyleMap.cpp
|
| +++ b/Source/core/css/CSSToStyleMap.cpp
|
| @@ -58,7 +58,7 @@ bool CSSToStyleMap::useSVGZoomRules() const
|
|
|
| PassRefPtr<StyleImage> CSSToStyleMap::styleImage(CSSPropertyID propertyId, CSSValue* value)
|
| {
|
| - return m_elementStyleResources.styleImage(m_state.document()->textLinkColors(), m_state.style()->visitedDependentColor(CSSPropertyColor), propertyId, value);
|
| + return m_elementStyleResources.styleImage(m_state.document()->textLinkColors(), propertyId, value);
|
| }
|
|
|
| void CSSToStyleMap::mapFillAttachment(CSSPropertyID, FillLayer* layer, CSSValue* value) const
|
|
|