Index: Source/core/css/parser/CSSParserToken.h |
diff --git a/Source/core/css/parser/CSSParserToken.h b/Source/core/css/parser/CSSParserToken.h |
index 1c324c228258612c11220e7cee971dda163a2626..9d8cf82606e8a0127c2188aad098fd129a88c449 100644 |
--- a/Source/core/css/parser/CSSParserToken.h |
+++ b/Source/core/css/parser/CSSParserToken.h |
@@ -101,7 +101,7 @@ public: |
UChar32 unicodeRangeStart() const { ASSERT(m_type == UnicodeRangeToken); return m_unicodeRange.start; } |
UChar32 unicodeRangeEnd() const { ASSERT(m_type == UnicodeRangeToken); return m_unicodeRange.end; } |
- CSSPropertyID parseAsCSSPropertyID() const; |
+ CSSPropertyID parseAsUnresolvedCSSPropertyID() const; |
void serialize(StringBuilder&) const; |