| Index: Source/core/css/parser/CSSPropertyParser.h
|
| diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h
|
| index a9e6a7a72b2318c15067d0a8d36a5d313bf51614..6d065c356115e660bea0a3c54e0b66c653db12bc 100644
|
| --- a/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -404,7 +404,8 @@ CSSPropertyID cssPropertyID(const CSSParserString&);
|
| CSSPropertyID cssPropertyID(const String&);
|
| CSSValueID cssValueKeywordID(const CSSParserString&);
|
|
|
| -bool isValidNthToken(const CSSParserString&);
|
| +bool isKeywordPropertyID(CSSPropertyID);
|
| +bool isValidKeywordPropertyAndValue(CSSPropertyID, int valueID, const CSSParserContext&);
|
|
|
| } // namespace WebCore
|
|
|
|
|