Index: Source/core/css/CSSToStyleMap.cpp |
diff --git a/Source/core/css/CSSToStyleMap.cpp b/Source/core/css/CSSToStyleMap.cpp |
index 272d1a90010bae91971746ce3a7d3b289f3edd71..83ac8824512310256b8b2bb874162f4e910f452d 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(), propertyId, value); |
+ return m_elementStyleResources.styleImage(m_state.document().textLinkColors(), propertyId, value); |
} |
void CSSToStyleMap::mapFillAttachment(CSSPropertyID, FillLayer* layer, CSSValue* value) const |