| 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 7940204a3ef599316b90204e5be2498d1865810a..a57e1136d89d594cf24634fe63f7d1450ac077cc 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -267,8 +267,6 @@ 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.
|
| enum class EListStyleType : unsigned {
|
| Disc,
|
| Circle,
|
|
|