Index: Source/core/css/parser/CSSParserToken.cpp |
diff --git a/Source/core/css/parser/CSSParserToken.cpp b/Source/core/css/parser/CSSParserToken.cpp |
index 81a37271547714b1da7de294fa0c7df3ab849e2d..3162665105c68a4f8583614c7ae1ab6d791984a5 100644 |
--- a/Source/core/css/parser/CSSParserToken.cpp |
+++ b/Source/core/css/parser/CSSParserToken.cpp |
@@ -55,6 +55,7 @@ CSSParserToken::CSSParserToken(CSSParserTokenType type, double numericValue, Num |
CSSParserToken::CSSParserToken(CSSParserTokenType type, UChar32 start, UChar32 end) |
: m_type(UnicodeRangeToken) |
+ , m_value(String::format("U+%X-%X", start, end)) // FIXME: Remove this once CSSParserValues is gone |
, m_delimiter(0) |
, m_numericValue(0) |
, m_unit(CSSPrimitiveValue::CSS_UNKNOWN) |