| 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..7940204a3ef599316b90204e5be2498d1865810a 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -93,7 +93,7 @@ enum ColumnFill { ColumnFillBalance, ColumnFillAuto };
|
|
|
| enum ColumnSpan { ColumnSpanNone = 0, ColumnSpanAll };
|
|
|
| -enum EBorderCollapse { BorderCollapseSeparate = 0, BorderCollapseCollapse = 1 };
|
| +enum class EBorderCollapse : unsigned { Separate = 0, Collapse = 1 };
|
|
|
| // These have been defined in the order of their precedence for
|
| // border-collapsing. Do not change this order! This order also must match the
|
|
|