Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Unified Diff: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp

Issue 2812743003: Rename cleanup in comments in css/ directory. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698