| 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",
|
|
|