| 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 742fcdcb250539613b0a96cddc0f2049559d7732..c5250ae42a2820de0215cfd81a41584984fab240 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -404,7 +404,7 @@ enum class EEmptyCells : unsigned { Show, Hide };
|
|
|
| enum class ECaptionSide : unsigned { Top, Bottom, Left, Right };
|
|
|
| -enum EListStylePosition { ListStylePositionOutside, ListStylePositionInside };
|
| +enum class EListStylePosition : unsigned { Outside, Inside };
|
|
|
| enum ECursor {
|
| // The following must match the order in CSSValueKeywords.in.
|
|
|