| Index: Source/core/css/parser/CSSParserValues.h
|
| diff --git a/Source/core/css/parser/CSSParserValues.h b/Source/core/css/parser/CSSParserValues.h
|
| index 8146ad6ea829ff8e766c77e3b8b43923e1e9c239..6b58e1e97ab47a54a2bbefcaa2198d290babcd00 100644
|
| --- a/Source/core/css/parser/CSSParserValues.h
|
| +++ b/Source/core/css/parser/CSSParserValues.h
|
| @@ -111,6 +111,10 @@ struct CSSParserValue {
|
| CSSParserString string;
|
| CSSParserFunction* function;
|
| CSSParserValueList* valueList;
|
| + struct {
|
| + UChar32 start;
|
| + UChar32 end;
|
| + } m_unicodeRange;
|
| };
|
| enum {
|
| Operator = 0x100000,
|
|
|