| Index: Source/core/rendering/style/RenderStyleConstants.h
|
| diff --git a/Source/core/rendering/style/RenderStyleConstants.h b/Source/core/rendering/style/RenderStyleConstants.h
|
| index b79b33013d5956f6f48fc76eb81554dd326e6d13..b66d8ed5c715ed7bc04d3b243f268d757eef56f1 100644
|
| --- a/Source/core/rendering/style/RenderStyleConstants.h
|
| +++ b/Source/core/rendering/style/RenderStyleConstants.h
|
| @@ -444,7 +444,7 @@ enum ECursor {
|
|
|
| // The order of this enum must match the order of the display values in CSSValueKeywords.in.
|
| enum EDisplay {
|
| - INLINE, BLOCK, LIST_ITEM, COMPACT, INLINE_BLOCK,
|
| + INLINE, BLOCK, LIST_ITEM, INLINE_BLOCK,
|
| TABLE, INLINE_TABLE, TABLE_ROW_GROUP,
|
| TABLE_HEADER_GROUP, TABLE_FOOTER_GROUP, TABLE_ROW,
|
| TABLE_COLUMN_GROUP, TABLE_COLUMN, TABLE_CELL,
|
|
|