| Index: Source/core/css/CSSValueTestHelper.h
|
| diff --git a/Source/core/css/CSSValueTestHelper.h b/Source/core/css/CSSValueTestHelper.h
|
| index 7fe0f440ad4b53d5b46a07f7565edef1fb0e2fca..37ed12a4cd40657f8b9f14b64cb1beda22212b0e 100644
|
| --- a/Source/core/css/CSSValueTestHelper.h
|
| +++ b/Source/core/css/CSSValueTestHelper.h
|
| @@ -61,7 +61,7 @@ inline bool operator==(const CSSValue& a, const CSSValue& b)
|
| return a.equals(b);
|
| }
|
|
|
| -inline void PrintTo(const CSSValue& cssValue, ::std::ostream* os, const char* typeName = "CSSValue")
|
| +inline void PrintTo(const CSSValue cssValue, ::std::ostream* os, const char* typeName = "CSSValue")
|
| {
|
| *os << typeName << "(" << cssValue.cssText().utf8().data() << ")";
|
| }
|
|
|