| Index: Source/core/css/CSSPrimitiveValue.h
|
| diff --git a/Source/core/css/CSSPrimitiveValue.h b/Source/core/css/CSSPrimitiveValue.h
|
| index 242fcda4eb610f028626fa919fdf1d52839be092..b7167104951da50623d28dd28582f909a6635404 100644
|
| --- a/Source/core/css/CSSPrimitiveValue.h
|
| +++ b/Source/core/css/CSSPrimitiveValue.h
|
| @@ -112,6 +112,7 @@ public:
|
|
|
| // FIXME: This is only used in CSSParserValue, so it's probably better as part of the enum there
|
| CSS_PARSER_HEXCOLOR = 105,
|
| + CSS_PARSER_IDSEL = 106,
|
|
|
| // These are from CSS3 Values and Units, but that isn't a finished standard yet
|
| CSS_TURN = 107,
|
|
|