| 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 d1f7fd65c6921d889886f6f0189f6e32c885b29d..a0903e0992930891225daa29ce7fa0d2493371ae 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
|
| @@ -331,10 +331,7 @@ enum EBreak {
|
| BreakPage,
|
| BreakRecto,
|
| BreakRight,
|
| - BreakVerso,
|
| - BreakValueLastAllowedForBreakAfterAndBefore = BreakVerso,
|
| - BreakAlways // Only needed by {page,-webkit-column}-break-{after,before}
|
| - // shorthands.
|
| + BreakVerso
|
| };
|
|
|
| enum class ECursor : unsigned {
|
|
|