Index: Source/core/dom/TextLinkColors.h |
diff --git a/Source/core/dom/TextLinkColors.h b/Source/core/dom/TextLinkColors.h |
index b388a4de72dd1dd913dcd2ae8c9184fde03a63bc..9173d501f0a7fa8e82d6d1feb2dec363d98606b3 100644 |
--- a/Source/core/dom/TextLinkColors.h |
+++ b/Source/core/dom/TextLinkColors.h |
@@ -52,7 +52,7 @@ public: |
void resetLinkColor(); |
void resetVisitedLinkColor(); |
void resetActiveLinkColor(); |
- Color colorFromPrimitiveValue(const CSSPrimitiveValue&, Color currentColor, bool forVisitedLink = false) const; |
+ Color colorFromPrimitiveValue(const CSSPrimitiveValue, Color currentColor, bool forVisitedLink = false) const; |
private: |
Color m_textColor; |