| Index: Source/core/css/CSSValueTestHelper.h
|
| diff --git a/Source/core/css/CSSValueTestHelper.h b/Source/core/css/CSSValueTestHelper.h
|
| index b5e0b27dbd9cc878f6baf4ec65fd17df84cd379d..7fe0f440ad4b53d5b46a07f7565edef1fb0e2fca 100644
|
| --- a/Source/core/css/CSSValueTestHelper.h
|
| +++ b/Source/core/css/CSSValueTestHelper.h
|
| @@ -66,11 +66,6 @@ inline void PrintTo(const CSSValue& cssValue, ::std::ostream* os, const char* ty
|
| *os << typeName << "(" << cssValue.cssText().utf8().data() << ")";
|
| }
|
|
|
| -inline void PrintTo(const CSSPrimitiveValue& cssValue, ::std::ostream* os, const char* typeName = "CSSPrimitiveValue")
|
| -{
|
| - PrintTo(static_cast<const CSSValue&>(cssValue), os, typeName);
|
| -}
|
| -
|
| }
|
|
|
| #endif
|
|
|