| 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 f068300bcc702cbcce3a0b0545d763c93b4534b6..77c0e6e91ccddb106a2805491832070fa5153712 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -93,8 +93,6 @@ enum ColumnFill { ColumnFillBalance, ColumnFillAuto };
|
|
|
| enum ColumnSpan { ColumnSpanNone = 0, ColumnSpanAll };
|
|
|
| -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
|
| // order in CSSValueKeywords.in.
|
|
|