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

Unified Diff: third_party/WebKit/Source/core/css/CSSValueKeywords.json5

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/CSSValueKeywords.json5
diff --git a/third_party/WebKit/Source/core/css/CSSValueKeywords.json5 b/third_party/WebKit/Source/core/css/CSSValueKeywords.json5
index fb3b77dc12abc05ca09584194e3700301f3fea9b..6dfe0a6a15a0d4e1ac8a2d38ffc685a361888f88 100644
--- a/third_party/WebKit/Source/core/css/CSSValueKeywords.json5
+++ b/third_party/WebKit/Source/core/css/CSSValueKeywords.json5
@@ -256,7 +256,7 @@
"-webkit-baseline-middle",
//
// text-align
- // The order of this enum must match the order found in CSSParserFastPaths::isValidKeywordPropertyAndValue().
+ // The order of this enum must match the order found in CSSParserFastPaths::IsValidKeywordPropertyAndValue().
//
"-webkit-auto",
"left",
@@ -282,7 +282,7 @@
"inside",
//
// list-style-type
- // The order of this enum must match the order found in CSSParserFastPaths::isValidKeywordPropertyAndValue().
+ // The order of this enum must match the order found in CSSParserFastPaths::IsValidKeywordPropertyAndValue().
//
"disc",
"circle",
@@ -342,7 +342,7 @@
//none
//
// display
- // The order of this enum must match the order found in CSSParserFastPaths::isValidKeywordPropertyAndValue().
+ // The order of this enum must match the order found in CSSParserFastPaths::IsValidKeywordPropertyAndValue().
//
"inline",
"block",
@@ -371,7 +371,7 @@
"-webkit-inline-flex",
//
// cursor
- // The order of this enum must match the order found in CSSPropertyParser::consumeCursor().
+ // The order of this enum must match the order found in CSSPropertyParser::ConsumeCursor().
//
"auto",
"crosshair",

Powered by Google App Engine
This is Rietveld 408576698