| 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 5bf3eea3a5d9fd37257b31f623fd2a731aa4dccc..04742ec84dd6ca134f0a4b50e93431064c2afc07 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -390,8 +390,8 @@ enum EBreak {
|
| BreakAlways // Only needed by {page,-webkit-column}-break-{after,before} shorthands.
|
| };
|
|
|
| -enum EEmptyCells {
|
| - EmptyCellsShow, EmptyCellsHide
|
| +enum class EEmptyCells : unsigned {
|
| + Show, Hide
|
| };
|
|
|
| enum class ECaptionSide : unsigned {
|
|
|