Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp |
index c81d1ad38638d4df0271f82663da430e3e30bf5d..d0d8d6c66252aa39b791cf02f53a4c13278512ed 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp |
@@ -298,7 +298,7 @@ static CSSValue* ConsumeFontVariantList(CSSParserTokenRange& range) { |
CSSValueList* values = CSSValueList::CreateCommaSeparated(); |
do { |
if (range.Peek().Id() == CSSValueAll) { |
- // FIXME: CSSPropertyParser::parseFontVariant() implements |
+ // FIXME: CSSPropertyParser::ParseFontVariant() implements |
// the old css3 draft: |
// http://www.w3.org/TR/2002/WD-css3-webfonts-20020802/#font-variant |
// 'all' is only allowed in @font-face and with no other values. |