Index: Source/core/dom/TextLinkColors.cpp |
diff --git a/Source/core/dom/TextLinkColors.cpp b/Source/core/dom/TextLinkColors.cpp |
index 9a3f696fec06e8000b95bd5bffd64971abdc8ffd..805de17c41ffc04c9cbae0fb47289f7f980d4051 100644 |
--- a/Source/core/dom/TextLinkColors.cpp |
+++ b/Source/core/dom/TextLinkColors.cpp |
@@ -94,7 +94,7 @@ static Color colorForCSSValue(CSSValueID cssValueId) |
return LayoutTheme::theme().systemColor(cssValueId); |
} |
-Color TextLinkColors::colorFromPrimitiveValue(const CSSPrimitiveValue& value, Color currentColor, bool forVisitedLink) const |
+Color TextLinkColors::colorFromPrimitiveValue(const CSSPrimitiveValue value, Color currentColor, bool forVisitedLink) const |
{ |
if (value.isRGBColor()) |
return Color(value.getRGBA32Value()); |