Chromium Code Reviews| Index: third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
| index 6873013d46f09286b218226f78d244a1c80bc261..54743b2fe221b67f7dc092f7aa674793b7105fe6 100644 |
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h |
| @@ -267,8 +267,8 @@ enum LineBreak { |
| enum EResize { RESIZE_NONE, RESIZE_BOTH, RESIZE_HORIZONTAL, RESIZE_VERTICAL }; |
| -// The order of this enum must match the order of the list style types in |
| -// CSSValueKeywords.in. |
| +// If you change the first or last value in this list, you must update |
| +// CSSParserFastPaths as well. |
|
alancutter (OOO until 2018)
2016/11/28 06:44:01
What must be updated?
This should probably be wor
|
| enum class EListStyleType : unsigned { |
| Disc, |
| Circle, |