| Index: Source/core/css/parser/CSSParserToken.h
 | 
| diff --git a/Source/core/css/parser/CSSParserToken.h b/Source/core/css/parser/CSSParserToken.h
 | 
| index 1243d6a4db7a0291ac36e384fb5c77e0c6c3687a..9c46387fafe9f32290a1d819d6b54df53cb9b211 100644
 | 
| --- a/Source/core/css/parser/CSSParserToken.h
 | 
| +++ b/Source/core/css/parser/CSSParserToken.h
 | 
| @@ -60,7 +60,6 @@ public:
 | 
|  
 | 
|      CSSParserTokenType type() const { return m_type; }
 | 
|      String value() const { return m_value; }
 | 
| -    String textForUnitTests() const;
 | 
|  
 | 
|      UChar delimiter() const;
 | 
|      NumericValueType numericValueType() const;
 | 
| 
 |