Index: Source/core/css/parser/CSSPropertyParser.h |
diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h |
index 037b6467083ba664d8185381b29a51646373adfd..9749790def3ed830f6a0c20e3dc92e0ca5a3a092 100644 |
--- a/Source/core/css/parser/CSSPropertyParser.h |
+++ b/Source/core/css/parser/CSSPropertyParser.h |
@@ -402,7 +402,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 |